Class EncryptorWithSpec

java.lang.Object
com.atlassian.bamboo.crypto.instance.EncryptorWithSpec

public final class EncryptorWithSpec extends Object
Groups together an encrypting cipher class and information about the data used to initialise it.
  • Constructor Details

    • EncryptorWithSpec

      public EncryptorWithSpec(org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher cipher, CipherSpec cipherSpec)
  • Method Details

    • getEncryptor

      public org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher getEncryptor()