File
Doc
Category
Size
Date
Package
IESKey.java
API Doc
Azureus 3.0.3.4
435
Tue Jun 08 05:13:02 BST 2004
org.bouncycastle.jce.interfaces
IESKey
public interface IESKey implements Key
key pair for use with an integrated encryptor
Fields Summary
Constructors Summary
Methods Summary
public
java.security.PrivateKey
getPrivate
()
return the local private key.
public
java.security.PublicKey
getPublic
()
return the intended recipient's/sender's public key.
Java Code Source