Class RsaCloudPublicKey<K extends CloudKeyInfo>
- java.lang.Object
-
- com.antonzhdanov.apache.sshd.agent.cloud.key.CloudPublicKey<K,RSAPublicKey>
-
- com.antonzhdanov.apache.sshd.agent.cloud.key.RsaCloudPublicKey<K>
-
- All Implemented Interfaces:
Serializable,RSAKey,RSAPublicKey,Key,PublicKey
public class RsaCloudPublicKey<K extends CloudKeyInfo> extends CloudPublicKey<K,RSAPublicKey> implements RSAPublicKey
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
Fields inherited from interface java.security.interfaces.RSAPublicKey
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description RsaCloudPublicKey(RSAPublicKey publicKey, K cloudKeyInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetModulus()BigIntegergetPublicExponent()-
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
-
RsaCloudPublicKey
public RsaCloudPublicKey(RSAPublicKey publicKey, K cloudKeyInfo)
-
-
Method Detail
-
getPublicExponent
public BigInteger getPublicExponent()
- Specified by:
getPublicExponentin interfaceRSAPublicKey
-
getModulus
public BigInteger getModulus()
- Specified by:
getModulusin interfaceRSAKey
-
-