public class LunaPRFKDFParameterSpec extends Object implements 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() |
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 String toString()
toString in class ObjectObject.toString()Copyright 2014-2016 SafeNet Inc