public final class ECPublicKey
extends com.ibm.security.x509.X509Key
implements java.security.interfaces.ECPublicKey, java.security.interfaces.ECKey, java.io.Serializable
| Constructor and Description |
|---|
ECPublicKey(byte[] encoded) |
ECPublicKey(java.security.spec.ECPoint w,
java.security.spec.ECParameterSpec params) |
| Modifier and Type | Method and Description |
|---|---|
java.security.spec.ECParameterSpec |
getParams() |
java.security.spec.ECPoint |
getW() |
void |
zeroize()
This function zeroizes the key so that it isn't in memory
|
public ECPublicKey(byte[] encoded)
throws java.security.InvalidKeyException
encoded - java.security.InvalidKeyExceptionpublic ECPublicKey(java.security.spec.ECPoint w,
java.security.spec.ECParameterSpec params)
throws java.security.InvalidKeyException,
java.security.spec.InvalidParameterSpecException
w - params - java.security.InvalidKeyExceptionjava.security.spec.InvalidParameterSpecExceptionpublic java.security.spec.ECPoint getW()
getW in interface java.security.interfaces.ECPublicKeypublic java.security.spec.ECParameterSpec getParams()
getParams in interface java.security.interfaces.ECKeypublic void zeroize()
© Portions Copyright 2003, 2012 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved.