Class IEKeySpec
java.lang.Object
org.bouncycastle.jce.spec.IEKeySpec
- All Implemented Interfaces:
Serializable, Key, KeySpec, IESKey
-
Field Summary
Fields inherited from interface Key
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturn "IES"byte[]returns nullreturn nullreturn the local private key.return the intended recipient's/sender's public key.
-
Constructor Details
-
IEKeySpec
- Parameters:
privKey- our private key.pubKey- the public key of the sender/recipient.
-
-
Method Details
-
getPublic
-
getPrivate
return the local private key.- Specified by:
getPrivatein interfaceIESKey
-
getAlgorithm
-
getFormat
-
getEncoded
-