| com.quadcap.crypto.PublicKey
All known Subclasses: com.quadcap.crypto.RSAPublicKey,
PublicKey | public interface PublicKey extends Key(Code) | | Public key interface. In this model, encryption is performed using
the public key (and signing, the equivalent operation), while
decryption/verification are performed using the private key
author: Stan Bailes |
f | public void f(ByteBuffer plain, ByteBuffer code)(Code) | | |
|
|