Class KMACwithSHAKE256_params

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class KMACwithSHAKE256_params
    extends ASN1Object
       KMACwithSHAKE256-params ::= SEQUENCE {
          kMACOutputLength     INTEGER DEFAULT 512, -- Output length in bits
          customizationString  OCTET STRING DEFAULT ''H
        }
     
    • Constructor Detail

      • KMACwithSHAKE256_params

        public KMACwithSHAKE256_params​(int outputLength)
      • KMACwithSHAKE256_params

        public KMACwithSHAKE256_params​(int outputLength,
                                       byte[] customizationString)
    • Method Detail

      • getOutputLength

        public int getOutputLength()
      • getCustomizationString

        public byte[] getCustomizationString()