Searched defs:cipherTransformation (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DCryptoManager.java242 * @param cipherTransformation The algorithm/mode/padding to use
260 byte[] encrypt(String cipherTransformation, argument
284 * @param cipherTransformation The algorithm/mode/padding to use
300 String cipherTransformation, int keyLengthBits,
299 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DCryptoManager.java241 * @param cipherTransformation The algorithm/mode/padding to use
259 byte[] encrypt(String cipherTransformation, argument
283 * @param cipherTransformation The algorithm/mode/padding to use
299 String cipherTransformation, int keyLengthBits,
298 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DCryptoManager.java242 * @param cipherTransformation The algorithm/mode/padding to use
260 byte[] encrypt(String cipherTransformation, argument
284 * @param cipherTransformation The algorithm/mode/padding to use
300 String cipherTransformation, int keyLengthBits,
299 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DCryptoManager.java242 * @param cipherTransformation The algorithm/mode/padding to use
260 byte[] encrypt(String cipherTransformation, argument
284 * @param cipherTransformation The algorithm/mode/padding to use
300 String cipherTransformation, int keyLengthBits,
299 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DCryptoManager.java241 * @param cipherTransformation The algorithm/mode/padding to use
259 byte[] encrypt(String cipherTransformation, argument
283 * @param cipherTransformation The algorithm/mode/padding to use
299 String cipherTransformation, int keyLengthBits,
298 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DCryptoManager.java242 * @param cipherTransformation The algorithm/mode/padding to use
260 byte[] encrypt(String cipherTransformation, argument
284 * @param cipherTransformation The algorithm/mode/padding to use
300 String cipherTransformation, int keyLengthBits,
299 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java2754 public byte[] encrypt(String cipherTransformation, argument
2759 Validator.ensureNotNull(cipherTransformation, data);
2762 cipherTransformation, keyLengthBits);
2764 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2801 String cipherTransformation, int keyLengthBits,
2805 Validator.ensureNotNull(cipherTransformation, outputStream);
2808 this, cipherTransformation, keyLengthBits);
2810 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2800 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java2765 public byte[] encrypt(String cipherTransformation, argument
2770 Validator.ensureNotNull(cipherTransformation, data);
2773 cipherTransformation, keyLengthBits);
2775 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2814 String cipherTransformation, int keyLengthBits,
2818 Validator.ensureNotNull(cipherTransformation, outputStream);
2821 this, cipherTransformation, keyLengthBits);
2823 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2813 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java2754 public byte[] encrypt(String cipherTransformation, argument
2759 Validator.ensureNotNull(cipherTransformation, data);
2762 cipherTransformation, keyLengthBits);
2764 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2801 String cipherTransformation, int keyLengthBits,
2805 Validator.ensureNotNull(cipherTransformation, outputStream);
2808 this, cipherTransformation, keyLengthBits);
2810 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2800 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java2754 public byte[] encrypt(String cipherTransformation, argument
2759 Validator.ensureNotNull(cipherTransformation, data);
2762 cipherTransformation, keyLengthBits);
2764 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2801 String cipherTransformation, int keyLengthBits,
2805 Validator.ensureNotNull(cipherTransformation, outputStream);
2808 this, cipherTransformation, keyLengthBits);
2810 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2800 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java2765 public byte[] encrypt(String cipherTransformation, argument
2770 Validator.ensureNotNull(cipherTransformation, data);
2773 cipherTransformation, keyLengthBits);
2775 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2814 String cipherTransformation, int keyLengthBits,
2818 Validator.ensureNotNull(cipherTransformation, outputStream);
2821 this, cipherTransformation, keyLengthBits);
2823 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2813 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java2551 public byte[] encrypt(String cipherTransformation, argument
2556 Reject.ifNull(cipherTransformation, data);
2559 cipherTransformation, keyLengthBits);
2561 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2600 String cipherTransformation, int keyLengthBits,
2604 Reject.ifNull(cipherTransformation, outputStream);
2607 this, cipherTransformation, keyLengthBits);
2609 keyEntry = CipherKeyEntry.generateKeyEntry(this, cipherTransformation,
2599 getCipherOutputStream( String cipherTransformation, int keyLengthBits, OutputStream outputStream) argument

Completed in 62 milliseconds