Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private final String | |
private final byte[] | |
private final SecretKey |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private static byte[] | |
public SecretKey | deriveKey(String algorithm, AlgorithmParameterSpec keySpec)
Implements sun. |
hashAlg | back to summary |
---|---|
private final String hashAlg |
hkdfInfo | back to summary |
---|---|
private final byte[] hkdfInfo |
secret | back to summary |
---|---|
private final SecretKey secret |
SSLBasicKeyDerivation | back to summary |
---|---|
pack-priv SSLBasicKeyDerivation(SecretKey secret, String hashAlg, byte[] label, byte[] context, int length) |
createHkdfInfo | back to summary |
---|---|
private static byte[] createHkdfInfo(byte[] label, byte[] context, int length) |
deriveKey | back to summary |
---|---|
public SecretKey deriveKey(String algorithm, AlgorithmParameterSpec keySpec) throws IOException Implements sun.
|
Modifier and Type | Field and Description |
---|---|
pack-priv final int |
Access | Constructor and Description |
---|---|
pack-priv |
length | back to summary |
---|---|
pack-priv final int length |
SecretSizeSpec | back to summary |
---|---|
pack-priv SecretSizeSpec(int length) |