Class EncryptorWithSpec
java.lang.Object
com.atlassian.bamboo.crypto.instance.EncryptorWithSpec
Groups together an encrypting cipher class and information about the data used to initialise it.
-
Constructor Summary
ConstructorDescriptionEncryptorWithSpec
(org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher cipher, CipherSpec cipherSpec) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
Constructor Details
-
EncryptorWithSpec
public EncryptorWithSpec(org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher cipher, CipherSpec cipherSpec)
-
-
Method Details
-
getEncryptor
public org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher getEncryptor()
-