- getPrivateKeyString() - Method in class dev.ssdd.Encrypto
-
returns private key string
- getPrivateKeyString() - Method in interface dev.ssdd.EncryptoSpi
-
- getPrivateKeyString() - Method in class dev.ssdd.LocalFileEncryption
-
this always returns "null" as a string to avoid errors.
- getPrivateKeyString() - Method in class dev.ssdd.ZotKeyPair
-
- getPublicKey() - Method in class dev.ssdd.Encrypto
-
sends back the respective public key
- getPublicKey(String) - Static method in class dev.ssdd.Encrypto
-
used to convert the client's public key to the ZotPublicKey class instance.
- getPublicKeyString() - Method in class dev.ssdd.Encrypto
-
returns public key string
- getPublicKeyString() - Method in interface dev.ssdd.EncryptoSpi
-
- getPublicKeyString() - Method in class dev.ssdd.LocalFileEncryption
-
this always returns "null" as a string to avoid errors.
- getPublicKeyString() - Method in class dev.ssdd.ZotKeyPair
-
- getSterilizedPublicKey() - Method in class dev.ssdd.Encrypto
-
returns sterilized public key to be sent to the client.