![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.crypto.PublicKey:

In this model, encryption is performed using the public key (and signing, the equivalent operation), while decryption/verification are performed using the private key
Definition at line 50 of file PublicKey.java.
Public Member Functions | |
| void | init (String s) |
| String | toString () |
| String | getText () |
| void | f (ByteBuffer plain, ByteBuffer code) |
|
||||||||||||
|
Implements com.quadcap.crypto.Key. Implemented in com.quadcap.crypto.RSAPublicKey. |
|
|
Implemented in com.quadcap.crypto.RSAPublicKey. |
|
|
Implemented in com.quadcap.crypto.RSAPublicKey. |
|
|
Implemented in com.quadcap.crypto.RSAPublicKey. |