java.lang.Object | ||
↳ | org.bouncycastle.asn1.ASN1Encodable | |
↳ | org.bouncycastle.asn1.crmf.PKMACValue |
Password-based MAC value for use with POPOSigningKeyInput.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new PKMACValue.
| |||||||||||
Creates a new PKMACValue.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PKMACValue ::= SEQUENCE { algId AlgorithmIdentifier, -- algorithm value shall be PasswordBasedMac 1.2.840.113533.7.66.13 -- parameter value is PBMParameter value BIT STRING } |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new PKMACValue.
params | parameters for password-based MAC |
---|---|
value | MAC of the DER-encoded SubjectPublicKeyInfo |
Creates a new PKMACValue.
aid | CMPObjectIdentifiers.passwordBasedMAC, with PBMParameter |
---|---|
value | MAC of the DER-encoded SubjectPublicKeyInfo |
PKMACValue ::= SEQUENCE { algId AlgorithmIdentifier, -- algorithm value shall be PasswordBasedMac 1.2.840.113533.7.66.13 -- parameter value is PBMParameter value BIT STRING }