public class KMACwithSHAKE128_params extends ASN1Object
KMACwithSHAKE128-params ::= SEQUENCE {
kMACOutputLength INTEGER DEFAULT 256, -- Output length in bits
customizationString OCTET STRING DEFAULT ''H
}
| Constructor and Description |
|---|
KMACwithSHAKE128_params(int outputLength) |
KMACwithSHAKE128_params(int outputLength,
byte[] customizationString) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCustomizationString() |
static KMACwithSHAKE128_params |
getInstance(java.lang.Object o) |
int |
getOutputLength() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic KMACwithSHAKE128_params(int outputLength)
public KMACwithSHAKE128_params(int outputLength,
byte[] customizationString)
public static KMACwithSHAKE128_params getInstance(java.lang.Object o)
public int getOutputLength()
public byte[] getCustomizationString()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object