Constructor and Description |
---|
EncryptedValueBuilder(KeyWrapper wrapper,
OutputEncryptor encryptor)
Create a builder that makes EncryptedValue structures.
|
EncryptedValueBuilder(KeyWrapper wrapper,
OutputEncryptor encryptor,
EncryptedValuePadder padder)
Create a builder that makes EncryptedValue structures with fixed length blocks padded using the passed in padder.
|
Constructor and Description |
---|
JcaEncryptedValueBuilder(KeyWrapper wrapper,
OutputEncryptor encryptor) |
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricKeyWrapper |
class |
SymmetricKeyWrapper |
Modifier and Type | Class and Description |
---|---|
class |
BcAsymmetricKeyWrapper |
class |
BcRSAAsymmetricKeyWrapper |
Modifier and Type | Class and Description |
---|---|
class |
JceAsymmetricKeyWrapper |
class |
JceSymmetricKeyWrapper |
Copyright © 2015. All rights reserved.