Class PKMACValue

    • Constructor Detail

      • 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