May 2001
Intermediate to advanced
618 pages
20h 50m
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
|
Read now
Unlock full access