Uses of Class
com.atlassian.bamboo.crypto.instance.CipherSpec
Packages that use CipherSpec
-
Uses of CipherSpec in com.atlassian.bamboo.crypto.instance
Methods in com.atlassian.bamboo.crypto.instance that return CipherSpecMethods in com.atlassian.bamboo.crypto.instance with parameters of type CipherSpecModifier and TypeMethodDescriptionSecretEncryptor.ArmoredString.from(CipherSpec cipherSpec, byte[] ciphertext) Constructors in com.atlassian.bamboo.crypto.instance with parameters of type CipherSpecModifierConstructorDescriptionArmoredString(CipherSpec cipherSpec, byte[] ciphertext) EncryptorWithSpec(org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher cipher, CipherSpec cipherSpec)