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 |
---|---|
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
|
getChildRecords, isAnAtom
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected DocumentEncryptionAtom(byte[] source, int start, int len)
public int getKeyLength()
public java.lang.String getEncryptionProviderName()
public long getRecordType()
getRecordType
in class Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.