public class POPOSigningKeyInput extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private ASN1Encodable |
authInfo |
private SubjectPublicKeyInfo |
publicKey |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
POPOSigningKeyInput(ASN1Sequence seq) |
| 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, hashCodeprivate ASN1Encodable authInfo
private SubjectPublicKeyInfo publicKey
private POPOSigningKeyInput(ASN1Sequence seq)
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 ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.