public interface EncryptionAlgorithmBuilder
EncryptionAlgorithm.
Note that it is strongly recommended that these builders will provide immutable algorithms.| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
build()
Builds a new instance of encryption algorithm.
|
EncryptionAlgorithm build() throws EncryptionException
EncryptionException - possible exception when encryption algorithm cannot be builtCopyright © 2014. All rights reserved.