public class LunaPRFKDFParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Constructor and Description |
---|
LunaPRFKDFParameterSpec(byte[] label,
byte[] context,
long counter,
long prfType,
long encodingScheme) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContext() |
long |
getCounter() |
long |
getEncodingScheme() |
byte[] |
getLabel() |
long |
getPrfType() |
java.lang.String |
toString() |
public LunaPRFKDFParameterSpec(byte[] label, byte[] context, long counter, long prfType, long encodingScheme)
label
- see NIST PRF KDF spec for detailscontext
- see NIST PRF KDF spec for detailscounter
- see NIST PRF KDF spec for detailsprfType
- see NIST PRF KDF spec for detailsencodingScheme
- see NIST PRF KDF spec for detailspublic byte[] getLabel()
public byte[] getContext()
public long getCounter()
public long getPrfType()
public long getEncodingScheme()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
Copyright 2014-2018 SafeNet. All rights reserved.