Searched defs:SubjectPublicKeyInfo (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DSubjectPublicKeyInfo.java46 * SubjectPublicKeyInfo ::= SEQUENCE {
52 public final class SubjectPublicKeyInfo { class
57 /** the public key corresponding to this SubjectPublicKeyInfo */
61 /** the ASN.1 encoded form of SubjectPublicKeyInfo */
64 public SubjectPublicKeyInfo(AlgorithmIdentifier algID, byte[] subjectPublicKey) { method in class:SubjectPublicKeyInfo
68 public SubjectPublicKeyInfo(AlgorithmIdentifier algID, byte[] subjectPublicKey, int unused) { method in class:SubjectPublicKeyInfo
72 private SubjectPublicKeyInfo(AlgorithmIdentifier algID, method in class:SubjectPublicKeyInfo
96 * Returns ASN.1 encoded form of this X.509 SubjectPublicKeyInfo value.
106 * Returns the PublicKey corresponding to this SubjectPublicKeyInfo
158 return new SubjectPublicKeyInfo(
[all...]

Completed in 59 milliseconds