java.security.Key
, java.io.Serializable
IEKeySpec
public interface IESKey
extends java.security.Key
Modifier and Type | Method | Description |
---|---|---|
java.security.PrivateKey |
getPrivate() |
return the local private key.
|
java.security.PublicKey |
getPublic() |
return the intended recipient's/sender's public key.
|