May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.spec.X509EncodedKeySpec
This class represents the X509 encoding of a public key. It may also be used for private keys, although the PKCS#8 encoding is typically used for those keys.
public class java.security.spec.X509EncodedKeySpec
extends java.security.spec.EncodedKeySpec {
// Constructors
public X509EncodedKeySpec(byte[]);
// Instance Methods
public byte[] getEncoded( );
public final String getFormat( );
}
EncodedKeySpec, PKCS8EncodedKeySpec
|
Read now
Unlock full access