Class DocumentEncryptionAtom

    • Constructor Detail

      • DocumentEncryptionAtom

        public DocumentEncryptionAtom()
    • Method Detail

      • initializeEncryptionInfo

        public void initializeEncryptionInfo​(int keyBits)
        Initializes the encryption settings
        Parameters:
        keyBits - see CipherAlgorithm.rc4 for allowed values, use -1 for default size
      • getKeyLength

        public int getKeyLength()
        Return the length of the encryption key, in bits
      • getEncryptionProviderName

        public String getEncryptionProviderName()
        Return the name of the encryption provider used
      • getRecordType

        public long getRecordType()
        We are of type 12052
        Specified by:
        getRecordType in class Record