public class KeychainEcPrivateKey extends KeychainPrivateKey implements java.security.interfaces.ECPrivateKey
| Constructor and Description |
|---|
KeychainEcPrivateKey(KeychainKey keychainkey)
The constructor for this EC Keychain Key
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Returns the standard algorithm name for this key, which is "EC".
|
int |
getKeyLength() |
java.security.spec.ECParameterSpec |
getParams()
Return the ECParameter spec used for this Elliptic curve
|
java.math.BigInteger |
getS() |
delete, destroyCriticalData, getEncoded, getFormat, getInstance, getInstance, getKeychainKey, getTypepublic KeychainEcPrivateKey(KeychainKey keychainkey) throws KeychainException
keychainkey - The KeychainKey containing the attributes of the keyKeychainExceptionpublic java.security.spec.ECParameterSpec getParams()
getParams in interface java.security.interfaces.ECKeypublic java.math.BigInteger getS()
getS in interface java.security.interfaces.ECPrivateKeypublic int getKeyLength()
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.KeygetAlgorithm in class KeychainPrivateKey