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 java.lang.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
      • writeOut

        public void writeOut​(java.io.OutputStream out)
                      throws java.io.IOException
        Write the contents of the record back, so it can be written to disk
        Specified by:
        writeOut in class Record
        Throws:
        java.io.IOException