Class SecretNaclBoxV1

  • All Implemented Interfaces:
    TxData

    public class SecretNaclBoxV1
    extends Object
    implements TxData
    SecretNaclBoxV1 is the first version of a nacl box secret.
    • Constructor Detail

      • SecretNaclBoxV1

        public SecretNaclBoxV1​(byte[] content,
                               String id,
                               byte[] nonce,
                               PublicKey sender)
        SecretNaclBoxV1 constructor.
        Parameters:
        id -
        content -
        nonce -
        sender -