org.bouncycastle.asn1.crmf
public class POPOSigningKeyInput extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
static POPOSigningKeyInput |
getInstance(java.lang.Object o) |
SubjectPublicKeyInfo |
getPublicKey() |
DERObject |
toASN1Object()
POPOSigningKeyInput ::= SEQUENCE {
authInfo CHOICE {
sender [0] GeneralName,
-- used only if an authenticated identity has been
-- established for the sender (e.g., a DN from a
-- previously-issued and currently-valid certificate
publicKeyMAC PKMACValue },
-- used if no authenticated GeneralName currently exists for
-- the sender; publicKeyMAC contains a password-based MAC
-- on the DER-encoded value of publicKey
publicKey SubjectPublicKeyInfo } -- from CertTemplate
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static POPOSigningKeyInput getInstance(java.lang.Object o)
public SubjectPublicKeyInfo getPublicKey()
public DERObject toASN1Object()
POPOSigningKeyInput ::= SEQUENCE { authInfo CHOICE { sender [0] GeneralName, -- used only if an authenticated identity has been -- established for the sender (e.g., a DN from a -- previously-issued and currently-valid certificate publicKeyMAC PKMACValue }, -- used if no authenticated GeneralName currently exists for -- the sender; publicKeyMAC contains a password-based MAC -- on the DER-encoded value of publicKey publicKey SubjectPublicKeyInfo } -- from CertTemplate
toASN1Object
in class ASN1Encodable