SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier, subjectPublicKey BIT STRING }Raw public key material embedded in this structure need not be ASN.1/DER encoded. Some crypto systems such as elliptic curve systems use specific encodings of keys. For this reason, keys can be retrieved by means of two alternative ways:Only ASN.1/DER is supported as decoding method. Keys encoded in another code must be decoded externally. Creation date: (18.08.99 15:23:09) @author Markus Tak @version "$Id: SubjectPublicKeyInfo.java,v 1.3 2004/08/16 08:53:58 pebingerExp $"
- Raw encoded keys, returned as byte arrays, and
- Raw decoded keys, returned as ASN.1 types.
The getEncoded() method in the public keys in the JCE produces a DER encoded one of these.
The getEncoded() method in the public keys in the JCE produces a DER encoded one of these.
SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier, subjectPublicKey BIT STRING }
The getEncoded() method in the public keys in the JCE produces a DER encoded one of these.
The getEncoded() method in the public keys in the JCE produces a DER encoded one of these.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|