public class LunaBIP32ParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
KeyPair
derivation mechanism.
An instance of this class is immutable.Constructor and Description |
---|
LunaBIP32ParameterSpec(java.security.Key pKey,
java.lang.String pPath)
AlgorithmParameterSpec for the Hierarchical Deterministic KeyPair derivation mechanism.
|
Modifier and Type | Method and Description |
---|---|
java.security.Key |
getBaseKey() |
java.lang.String |
getPath() |
java.lang.String |
toString() |
public LunaBIP32ParameterSpec(java.security.Key pKey, java.lang.String pPath)
pKey
- Base key from which to derive the key pair.pPath
- Child key derivation path. Must follow BIP44 notation. May be null.Copyright 2014-2018 SafeNet. All rights reserved.