public static class HKDF.HKDFBase extends BaseSecretKeyFactory
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
algName |
protected HKDFBytesGenerator |
hkdf |
algOid| Constructor and Description |
|---|
HKDFBase(java.lang.String algName,
Digest digest,
ASN1ObjectIdentifier oid) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.crypto.SecretKey |
engineGenerateSecret(java.security.spec.KeySpec keySpec) |
engineGetKeySpec, engineTranslateKeyprotected java.lang.String algName
protected HKDFBytesGenerator hkdf
public HKDFBase(java.lang.String algName,
Digest digest,
ASN1ObjectIdentifier oid)
protected javax.crypto.SecretKey engineGenerateSecret(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGenerateSecret in class BaseSecretKeyFactoryjava.security.spec.InvalidKeySpecException