|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.jce.spec.IEKeySpec
public class IEKeySpec
key pair for use with an integrated encryptor - together they provide what's required to generate the message.
Field Summary |
---|
Fields inherited from interface java.security.Key |
---|
serialVersionUID |
Constructor Summary | |
---|---|
IEKeySpec(PrivateKey privKey,
PublicKey pubKey)
|
Method Summary | |
---|---|
String |
getAlgorithm()
return "IES" |
byte[] |
getEncoded()
returns null |
String |
getFormat()
return null |
PrivateKey |
getPrivate()
return the local private key. |
PublicKey |
getPublic()
return the intended recipient's/sender's public key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IEKeySpec(PrivateKey privKey, PublicKey pubKey)
privKey
- our private key.pubKey
- the public key of the sender/recipient.Method Detail |
---|
public PublicKey getPublic()
getPublic
in interface IESKey
public PrivateKey getPrivate()
getPrivate
in interface IESKey
public String getAlgorithm()
getAlgorithm
in interface Key
public String getFormat()
getFormat
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |