Interface IESKey

  • All Superinterfaces:
    Key, Serializable
    All Known Implementing Classes:
    IEKeySpec

    public interface IESKey
    extends Key
    key pair for use with an integrated encryptor
    • Method Detail

      • getPublic

        PublicKey getPublic()
        return the intended recipient's/sender's public key.
      • getPrivate

        PrivateKey getPrivate()
        return the local private key.