public class SubjectPublicKeyInfo extends java.lang.Object implements ASN1Type
PublicKeyInfo| Constructor and Description |
|---|
SubjectPublicKeyInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ASN1Object obj)
Deprecated.
Decodes an ASN1Object according to the ASN.1 type the class implements.
|
AlgorithmID |
getAlgorithm()
Deprecated.
|
BIT_STRING |
getSubjectPublicKey()
Deprecated.
|
void |
setAlgorithm(AlgorithmID algorithm)
Deprecated.
|
void |
setSubjectPublicKey(BIT_STRING subjectPublicKey)
Deprecated.
|
ASN1Object |
toASN1Object()
Deprecated.
Creates an ASN1Object according to the ASN.1 type the class implements.
|
public ASN1Object toASN1Object() throws CodingException
ASN1TypetoASN1Object in interface ASN1TypeCodingException - if an de/encoding error occurspublic void setAlgorithm(AlgorithmID algorithm)
public AlgorithmID getAlgorithm()
public void setSubjectPublicKey(BIT_STRING subjectPublicKey)
public BIT_STRING getSubjectPublicKey()
public void decode(ASN1Object obj) throws CodingException
ASN1Typedecode in interface ASN1Typeobj - the ASN.1 type as ASN1ObjectCodingException - if the ASN1Object could not be parsed