May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.PrivateKey
A private key is a key with certain mathematical properties that allows it to perform inverse cryptographic operations with its matching public key. Classes implement this interface only for type identification.
public abstract interface java.security.PrivateKey
implements java.security.Key {
}
Key, PublicKey