org.bouncycastle.jce.interfaces

Interface IESKey

public interface IESKey extends Key

key pair for use with an integrated encryptor
Method Summary
PrivateKeygetPrivate()
return the local private key.
PublicKeygetPublic()
return the intended recipient's/sender's public key.

Method Detail

getPrivate

public PrivateKey getPrivate()
return the local private key.

getPublic

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