Class PKMACValue

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.crmf.PKMACValue
All Implemented Interfaces:
ASN1Encodable, Encodable

public class PKMACValue extends ASN1Object
Password-based MAC value for use with POPOSigningKeyInput.
  • Constructor Details

    • PKMACValue

      public PKMACValue(PBMParameter params, DERBitString value)
      Creates a new PKMACValue.
      Parameters:
      params - parameters for password-based MAC
      value - MAC of the DER-encoded SubjectPublicKeyInfo
    • PKMACValue

      public PKMACValue(AlgorithmIdentifier aid, DERBitString value)
      Creates a new PKMACValue.
      Parameters:
      aid - CMPObjectIdentifiers.passwordBasedMAC, with PBMParameter
      value - MAC of the DER-encoded SubjectPublicKeyInfo
  • Method Details