Modifier and Type | Method and Description |
---|---|
EncryptionVerifier |
EncryptionInfoBuilder.getVerifier() |
EncryptionVerifier |
EncryptionInfo.getVerifier() |
Modifier and Type | Class and Description |
---|---|
class |
AgileEncryptionVerifier
Used when checking if a key is valid for a document
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRC4EncryptionVerifier |
Modifier and Type | Method and Description |
---|---|
protected static SecretKey |
BinaryRC4Decryptor.generateSecretKey(String password,
EncryptionVerifier ver) |
Modifier and Type | Class and Description |
---|---|
class |
CryptoAPIEncryptionVerifier |
Modifier and Type | Method and Description |
---|---|
protected static SecretKey |
CryptoAPIDecryptor.generateSecretKey(String password,
EncryptionVerifier ver) |
Modifier and Type | Class and Description |
---|---|
class |
StandardEncryptionVerifier
Used when checking if a key is valid for a document
|
Modifier and Type | Method and Description |
---|---|
protected static SecretKey |
StandardDecryptor.generateSecretKey(String password,
EncryptionVerifier ver,
int keySize) |
Copyright © 2007-2019. All Rights Reserved.