Uses of Class
com.github.katenachain.crypto.Nacl.PublicKey
-
Packages that use PublicKey Package Description com.github.katenachain com.github.katenachain.crypto.Nacl com.github.katenachain.entity.certify -
-
Uses of PublicKey in com.github.katenachain
Methods in com.github.katenachain with parameters of type PublicKey Modifier and Type Method Description TxStatusTransactor. sendSecretNaclBoxV1(String uuid, PublicKey sender, byte[] nonce, byte[] content)creates a SecretNaclBox (V1), wraps in a tx and sends it to the API. -
Uses of PublicKey in com.github.katenachain.crypto.Nacl
Methods in com.github.katenachain.crypto.Nacl that return PublicKey Modifier and Type Method Description PublicKeyPrivateKey. getPublicKey()PublicKey getterMethods in com.github.katenachain.crypto.Nacl with parameters of type PublicKey Modifier and Type Method Description byte[]PrivateKey. open(byte[] encryptedMessage, PublicKey senderPublicKey, byte[] nonce)decrypts an encrypted message with the appropriate sender information.Hashtable<String,byte[]>PrivateKey. seal(byte[] message, PublicKey publicKey)encrypts a plain text message decipherable afterwards by the recipient private key. -
Uses of PublicKey in com.github.katenachain.entity.certify
Methods in com.github.katenachain.entity.certify that return PublicKey Modifier and Type Method Description PublicKeySecretNaclBoxV1. getSender()Sender GetterMethods in com.github.katenachain.entity.certify with parameters of type PublicKey Modifier and Type Method Description SecretNaclBoxV1SecretNaclBoxV1. setSender(PublicKey sender)Sender Setter
-