Package org.bouncycastle.jce.interfaces
Interface IESKey
- 
- All Superinterfaces:
 java.security.Key,java.io.Serializable
- All Known Implementing Classes:
 IEKeySpec
public interface IESKey extends java.security.Keykey pair for use with an integrated encryptor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.PrivateKeygetPrivate()return the local private key.java.security.PublicKeygetPublic()return the intended recipient's/sender's public key. 
 -