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