Class KMACwithSHAKE128_params

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

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

      • KMACwithSHAKE128_params

        public KMACwithSHAKE128_params​(int outputLength)
      • KMACwithSHAKE128_params

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

      • getOutputLength

        public int getOutputLength()
      • getCustomizationString

        public byte[] getCustomizationString()