Class EcCloudPublicKey<K extends CloudKeyInfo>
- java.lang.Object
-
- com.antonzhdanov.apache.sshd.agent.cloud.key.CloudPublicKey<K,ECPublicKey>
-
- com.antonzhdanov.apache.sshd.agent.cloud.key.EcCloudPublicKey<K>
-
- All Implemented Interfaces:
Serializable,ECKey,ECPublicKey,Key,PublicKey
public class EcCloudPublicKey<K extends CloudKeyInfo> extends CloudPublicKey<K,ECPublicKey> implements ECPublicKey
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface java.security.interfaces.ECPublicKey
serialVersionUID
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description EcCloudPublicKey(ECPublicKey ecPublicKey, K keyInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECParameterSpecgetParams()ECPointgetW()-
Methods inherited from class com.antonzhdanov.apache.sshd.agent.cloud.key.CloudPublicKey
getAlgorithm, getCloudKeyInfo, getEncoded, getFormat, getPublicKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Constructor Detail
-
EcCloudPublicKey
public EcCloudPublicKey(ECPublicKey ecPublicKey, K keyInfo)
-
-
Method Detail
-
getW
public ECPoint getW()
- Specified by:
getWin interfaceECPublicKey
-
getParams
public ECParameterSpec getParams()
-
-