Class ECPublicKeyImpl
- java.lang.Object
-
- com.fortanix.sdkms.jce.provider.keys.asym.elliptic.ECPublicKeyImpl
-
- All Implemented Interfaces:
SdkmsKey,java.io.Serializable,java.security.interfaces.ECKey,java.security.interfaces.ECPublicKey,java.security.Key,java.security.PublicKey
public class ECPublicKeyImpl extends java.lang.Object implements java.security.interfaces.ECPublicKey, SdkmsKey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ECPublicKeyImpl(com.fortanix.sdkms.v1.model.KeyObject keyObject)ECPublicKeyImpl(com.fortanix.sdkms.v1.model.SobjectDescriptor descriptor)ECPublicKeyImpl(java.lang.String keyId, byte[] encoded, java.lang.String transientKey)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECPublicKeyImplencodedMaterial(byte[] encoded)java.lang.StringgetAlgorithm()byte[]getEncoded()java.lang.StringgetFormat()com.fortanix.sdkms.v1.model.SobjectDescriptorgetKeyDescriptor()java.security.spec.ECParameterSpecgetParams()java.security.spec.ECPointgetW()ECPublicKeyImplparams(java.security.spec.ECParameterSpec params)
-
-
-
Constructor Detail
-
ECPublicKeyImpl
public ECPublicKeyImpl(com.fortanix.sdkms.v1.model.SobjectDescriptor descriptor)
-
ECPublicKeyImpl
public ECPublicKeyImpl(com.fortanix.sdkms.v1.model.KeyObject keyObject)
-
ECPublicKeyImpl
@Deprecated public ECPublicKeyImpl(java.lang.String keyId, byte[] encoded, java.lang.String transientKey)Deprecated.
-
-
Method Detail
-
params
public ECPublicKeyImpl params(java.security.spec.ECParameterSpec params)
-
encodedMaterial
public ECPublicKeyImpl encodedMaterial(byte[] encoded)
-
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
getAlgorithmin interfacejava.security.Key
-
getW
public java.security.spec.ECPoint getW()
- Specified by:
getWin interfacejava.security.interfaces.ECPublicKey
-
getParams
public java.security.spec.ECParameterSpec getParams()
- Specified by:
getParamsin interfacejava.security.interfaces.ECKey
-
getFormat
public java.lang.String getFormat()
- Specified by:
getFormatin interfacejava.security.Key
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncodedin interfacejava.security.Key
-
getKeyDescriptor
public com.fortanix.sdkms.v1.model.SobjectDescriptor getKeyDescriptor()
- Specified by:
getKeyDescriptorin interfaceSdkmsKey
-
-