Uses of Class
org.bouncycastle.asn1.crmf.PKMACValue
Packages that use PKMACValue
Package
Description
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
-
Uses of PKMACValue in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return PKMACValueModifier and TypeMethodDescriptionstatic PKMACValue
PKMACValue.getInstance
(Object o) static PKMACValue
PKMACValue.getInstance
(ASN1TaggedObject obj, boolean isExplicit) POPOSigningKeyInput.getPublicKeyMAC()
Returns the publicKeyMAC field, or null if authInfo is senderConstructors in org.bouncycastle.asn1.crmf with parameters of type PKMACValueModifierConstructorDescriptionPOPOPrivKey
(PKMACValue agreeMac) POPOSigningKeyInput
(PKMACValue pkmac, SubjectPublicKeyInfo spki) Creates a new POPOSigningKeyInput using password-based MAC.