Uses of Class
org.bouncycastle.asn1.crmf.PKMACValue
-
Packages that use PKMACValue Package Description org.bouncycastle.asn1.crmf -
-
Uses of PKMACValue in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return PKMACValue Modifier and Type Method Description static PKMACValue
PKMACValue. getInstance(Object o)
static PKMACValue
PKMACValue. getInstance(ASN1TaggedObject obj, boolean isExplicit)
PKMACValue
POPOSigningKeyInput. getPublicKeyMAC()
Returns the publicKeyMAC field, or null if authInfo is senderConstructors in org.bouncycastle.asn1.crmf with parameters of type PKMACValue Constructor Description POPOPrivKey(PKMACValue agreeMac)
POPOSigningKeyInput(PKMACValue pkmac, SubjectPublicKeyInfo spki)
Creates a new POPOSigningKeyInput using password-based MAC.
-