May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.KeyPair
Public and private keys are mathematically related to each other and hence are generated together; this class provides an encapsulation of both the keys as a convenience to key generation.
public final class java.security.KeyPair
extends java.lang.Object {
// Constructors
public KeyPair(PublicKey, PrivateKey);
// Instance Methods
public PrivateKey getPrivate( );
public PublicKey getPublic( );
}
KeyPairGenerator, PrivateKey, PublicKey
|
Read now
Unlock full access