Package swim.security

Interface RsaKeyDef

All Known Implementing Classes:
RsaPrivateKeyDef, RsaPublicKeyDef

public interface RsaKeyDef
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
     
    swim.structure.Value
     
  • Method Details

    • modulus

      BigInteger modulus()
    • key

      Key key()
    • toValue

      swim.structure.Value toValue()