public final class DocumentEncryptionAtom extends RecordAtom
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentEncryptionAtom(byte[] source,
int start,
int len)
For the Document Encryption Atom
|
| Modifier and Type | Method and Description |
|---|---|
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(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianprotected DocumentEncryptionAtom(byte[] source,
int start,
int len)
public int getKeyLength()
public String getEncryptionProviderName()
public long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionCopyright © 2020. All rights reserved.