public final class DocumentEncryptionAtom extends RecordAtom
| Modifier | Constructor | Description |
|---|---|---|
protected |
DocumentEncryptionAtom(byte[] source,
int start,
int len) |
For the Document Encryption Atom
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEncryptionProviderName() |
Return the name of the encryption provider used
|
int |
getKeyLength() |
Return the length of the encryption key, in bits
|
long |
getRecordType() |
We are of type 12052
|
void |
writeOut(java.io.OutputStream out) |
Write the contents of the record back, so it can be written
to disk
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndiangetChildRecords, isAnAtomprotected DocumentEncryptionAtom(byte[] source,
int start,
int len)
public int getKeyLength()
public java.lang.String getEncryptionProviderName()
public long getRecordType()
getRecordType in class RecordCopyright 2018 The Apache Software Foundation or its licensors, as applicable.