Searched defs:KeyPair (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DKeyPair.java23 * {@code KeyPair} is a container for a public key and a private key. Since the
29 public final class KeyPair implements Serializable { class in inherits:Serializable
36 * Constructs a new instance of {@code KeyPair} with a public key and the
44 public KeyPair(PublicKey publicKey, PrivateKey privateKey) { method in class:KeyPair

Completed in 1756 milliseconds