May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface javax.crypto.SecretKey
A secret key represents a key that is used with a symmetric cipher. This interface is used strictly for type identification.
public abstract interface javax.crypto.SecretKey
implements java.security.Key {
}
Key