public class EncryptionVerifier extends Object
Constructor and Description |
---|
EncryptionVerifier(DocumentInputStream is,
int encryptedLength) |
EncryptionVerifier(String descriptor) |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm() |
int |
getCipherMode() |
byte[] |
getEncryptedKey() |
byte[] |
getSalt() |
int |
getSpinCount() |
byte[] |
getVerifier() |
byte[] |
getVerifierHash() |
public EncryptionVerifier(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 © 2020. All rights reserved.