Class CipherInitializer.CipherWithIV

java.lang.Object
org.wso2.carbon.mediation.security.vault.CipherInitializer.CipherWithIV
Enclosing class:
CipherInitializer

public static class CipherInitializer.CipherWithIV extends Object
Wrapper class to atomically pair a Cipher with its corresponding IV.
  • Constructor Details

    • CipherWithIV

      public CipherWithIV(Cipher cipher, byte[] iv)
  • Method Details

    • getCipher

      public Cipher getCipher()
    • getInitializationVector

      public byte[] getInitializationVector()