Package org.bouncycastle.jce.interfaces
Interface IESKey
- All Superinterfaces:
Key
,Serializable
- All Known Implementing Classes:
IEKeySpec
key pair for use with an integrated encryptor
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUID
-
Method Summary
Modifier and TypeMethodDescriptionreturn the local private key.return the intended recipient's/sender's public key.Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getPublic
PublicKey getPublic()return the intended recipient's/sender's public key. -
getPrivate
PrivateKey getPrivate()return the local private key.
-