May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.spec.KeySpec
A key specification is used to import and export keys via a key factory. This may be done either based upon the algorithm parameters used to generate the key or via an encoded series of bytes that represent the key. Classes that deal with the latter case implement this interface, which is used strictly for type identification.
public abstract interface java.security.spec.KeySpec {
}
AlgorithmParameterSpec, EncodedKeySpec, KeyFactory