Class EncryptedData

  • All Implemented Interfaces:
    Binary, Streamable

    public class EncryptedData
    extends CryptoBinary
    Simple datatype as container for a encrypted data.
    Since:
    1.0.0
    Author:
    Joerg Hohwiller (hohwille at users.sourceforge.net)
    • Constructor Detail

      • EncryptedData

        public EncryptedData​(byte[] data)
        The constructor.
        Parameters:
        data - the raw binary data.