May 1998
Intermediate to advanced
469 pages
14h 57m
English
Class java.security.spec.PKCS8EncodedKeySpec
This class represents the PKCS#8 encoding of a private key; the key is encoded in DER format. This is the class that is typically used when dealing with DSA private keys in a key factory.
public class java.security.spec.PKCS8EncodedKeySpec
extends java.security.spec.EncodedKeySpec {
// Constructors
public PKCS8EncodedKeySpec(byte[]);
// Instance Methods
public byte[] getEncoded();
public final String getFormat();
}
EncodedKeySpec, X509EncodedKeySpec