Uses of Class
org.bouncycastle.asn1.crmf.PKMACValue
-
Packages that use PKMACValue Package Description org.bouncycastle.asn1.crmf 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 PKMACValue Modifier and Type Method Description static PKMACValuePKMACValue. getInstance(java.lang.Object o)static PKMACValuePKMACValue. getInstance(ASN1TaggedObject obj, boolean isExplicit)PKMACValuePOPOSigningKeyInput. 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.
-