public class KMACwithSHAKE256_params extends ASN1Object
KMACwithSHAKE256-params ::= SEQUENCE {
kMACOutputLength INTEGER DEFAULT 512, -- Output length in bits
customizationString OCTET STRING DEFAULT ''H
}
| Constructor and Description |
|---|
KMACwithSHAKE256_params(int outputLength) |
KMACwithSHAKE256_params(int outputLength,
byte[] customizationString) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCustomizationString() |
static KMACwithSHAKE256_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 KMACwithSHAKE256_params(int outputLength)
public KMACwithSHAKE256_params(int outputLength,
byte[] customizationString)
public static KMACwithSHAKE256_params getInstance(java.lang.Object o)
public int getOutputLength()
public byte[] getCustomizationString()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object