-
- All Known Implementing Classes:
RsaPrivateKeyDef
,RsaPublicKeyDef
public interface RsaKeyDef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key
key()
BigInteger
modulus()
Value
toValue()
-
-
-
Method Detail
-
modulus
BigInteger modulus()
-
key
Key key()
-
toValue
Value toValue()
-
-