Searched defs:transformation (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJCECipherProvider.java30 * on any provider that can supply the given transformation.
36 private final String transformation; field in class:JCECipherProvider
40 * Initialises the cipher provider with the given cipher transformation and preferred provider. See
43 * @param transformation the cipher transformation specification. Cannot be null.
47 public JCECipherProvider(final String transformation, final String preferredProvider) { argument
48 this(transformation, Security.getProvider(preferredProvider));
52 * Initialises the cipher provider with the given cipher transformation and preferred provider. See
55 * @param transformation the cipher transformation specificatio
58 JCECipherProvider(final String transformation, final Provider preferredProvider) argument
[all...]
H A DProviders.java33 * @param transformation the cipher transformation algorithm.
38 public static CipherProvider cipherProvider(String transformation, String preferredProvider, int maxSize) { argument
39 return new PerThreadCipherProvider(new JCECipherProvider(transformation, preferredProvider), maxSize);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJCECipherProvider.java30 * on any provider that can supply the given transformation.
36 private final String transformation; field in class:JCECipherProvider
40 * Initialises the cipher provider with the given cipher transformation and preferred provider. See
43 * @param transformation the cipher transformation specification. Cannot be null.
47 public JCECipherProvider(final String transformation, final String preferredProvider) { argument
48 this(transformation, Security.getProvider(preferredProvider));
52 * Initialises the cipher provider with the given cipher transformation and preferred provider. See
55 * @param transformation the cipher transformation specificatio
58 JCECipherProvider(final String transformation, final Provider preferredProvider) argument
[all...]
H A DProviders.java33 * @param transformation the cipher transformation algorithm.
38 public static CipherProvider cipherProvider(String transformation, String preferredProvider, int maxSize) { argument
39 return new PerThreadCipherProvider(new JCECipherProvider(transformation, preferredProvider), maxSize);
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java178 // The preferred key wrapping transformation
794 * key wrapping transformation and using the supplied arguments.
840 * key wrapping transformation and using the supplied arguments.
843 * transformation.
936 fieldName = "key wrapping transformation";
1178 String transformation =
1202 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1216 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1667 * transformation and key length without publishing the key.
1669 * @param transformation Th
1683 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1849 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1920 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1988 keyAlgorithmFromTransformation( String transformation) argument
2009 CipherKeyEntry(final String transformation, final int keyLengthBits) argument
2053 CipherKeyEntry(final KeyEntryID keyID, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java181 /** The preferred key wrapping transformation. */
782 * key wrapping transformation and using the supplied arguments.
828 * key wrapping transformation and using the supplied arguments.
831 * transformation.
924 fieldName = "key wrapping transformation";
1170 String transformation =
1197 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1211 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1669 * transformation and key length without publishing the key.
1671 * @param transformation Th
1685 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1848 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1919 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1987 keyAlgorithmFromTransformation( String transformation) argument
2008 CipherKeyEntry(final String transformation, final int keyLengthBits) argument
2052 CipherKeyEntry(final KeyEntryID keyID, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java178 // The preferred key wrapping transformation
794 * key wrapping transformation and using the supplied arguments.
840 * key wrapping transformation and using the supplied arguments.
843 * transformation.
936 fieldName = "key wrapping transformation";
1178 String transformation =
1202 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1216 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1667 * transformation and key length without publishing the key.
1669 * @param transformation Th
1683 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1849 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1920 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1988 keyAlgorithmFromTransformation( String transformation) argument
2009 CipherKeyEntry(final String transformation, final int keyLengthBits) argument
2053 CipherKeyEntry(final KeyEntryID keyID, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java178 // The preferred key wrapping transformation
794 * key wrapping transformation and using the supplied arguments.
840 * key wrapping transformation and using the supplied arguments.
843 * transformation.
936 fieldName = "key wrapping transformation";
1178 String transformation =
1202 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1216 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1667 * transformation and key length without publishing the key.
1669 * @param transformation Th
1683 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1849 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1920 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1988 keyAlgorithmFromTransformation( String transformation) argument
2009 CipherKeyEntry(final String transformation, final int keyLengthBits) argument
2053 CipherKeyEntry(final KeyEntryID keyID, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java181 /** The preferred key wrapping transformation. */
782 * key wrapping transformation and using the supplied arguments.
828 * key wrapping transformation and using the supplied arguments.
831 * transformation.
924 fieldName = "key wrapping transformation";
1170 String transformation =
1197 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1211 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1669 * transformation and key length without publishing the key.
1671 * @param transformation Th
1685 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1848 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1919 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1987 keyAlgorithmFromTransformation( String transformation) argument
2008 CipherKeyEntry(final String transformation, final int keyLengthBits) argument
2052 CipherKeyEntry(final KeyEntryID keyID, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java177 /** The preferred key wrapping transformation. */
675 * key wrapping transformation and using the supplied arguments.
721 * key wrapping transformation and using the supplied arguments.
724 * transformation.
807 fieldName = "key wrapping transformation";
1033 String transformation = entry.parseAttribute(
1056 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1069 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1509 * transformation and key length without publishing the key.
1511 * @param transformation Th
1525 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1665 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1736 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1804 keyAlgorithmFromTransformation( String transformation) argument
1825 CipherKeyEntry(final String transformation, final int keyLengthBits) argument
1869 CipherKeyEntry(final KeyEntryID keyID, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
[all...]
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jar ... .Runnable { final synthetic com.squareup.picasso.Transformation val$transformation final synthetic RuntimeException val$e void ...

Completed in 77 milliseconds