public class EncryptionVerifier
extends java.lang.Object
Constructor and Description |
---|
EncryptionVerifier(DocumentInputStream is,
int encryptedLength) |
EncryptionVerifier(java.lang.String descriptor) |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm() |
int |
getCipherMode() |
byte[] |
getEncryptedKey() |
byte[] |
getSalt() |
int |
getSpinCount() |
byte[] |
getVerifier() |
byte[] |
getVerifierHash() |
public EncryptionVerifier(java.lang.String descriptor)
public EncryptionVerifier(DocumentInputStream is, int encryptedLength)
public byte[] getSalt()
public byte[] getVerifier()
public byte[] getVerifierHash()
public int getSpinCount()
public int getCipherMode()
public int getAlgorithm()
public byte[] getEncryptedKey()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.