HomeSort by relevance Sort by last modified time
    Searched refs:crypto (Results 1 - 25 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
CipherParameters.java 1 package org.bouncycastle.crypto;
DerivationParameters.java 1 package org.bouncycastle.crypto;
ExtendedDigest.java 1 package org.bouncycastle.crypto;
SignerWithRecovery.java 1 package org.bouncycastle.crypto;
AsymmetricCipherKeyPairGenerator.java 1 package org.bouncycastle.crypto;
CryptoException.java 1 package org.bouncycastle.crypto;
4 * the foundation class for the hard exceptions thrown by the crypto packages.
DataLengthException.java 1 package org.bouncycastle.crypto;
InvalidCipherTextException.java 1 package org.bouncycastle.crypto;
RuntimeCryptoException.java 1 package org.bouncycastle.crypto;
4 * the foundation class for the exceptions thrown by the crypto packages.
  /libcore/luni/src/main/java/javax/crypto/interfaces/
DHKey.java 18 package javax.crypto.interfaces;
20 import javax.crypto.spec.DHParameterSpec;
PBEKey.java 18 package javax.crypto.interfaces;
20 import javax.crypto.SecretKey;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael.h 5 #include <crypto/rijndael/rijndael-api-fst.h>
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESWrapEngine.java 1 package org.bouncycastle.crypto.engines;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
SecretKeyFactoryThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
20 import javax.crypto.SecretKeyFactory;
21 import javax.crypto.spec.DESKeySpec;
22 import javax.crypto.spec.DESedeKeySpec;
23 import javax.crypto.spec.PBEKeySpec;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DHBasicKeyPairGenerator.java 1 package org.bouncycastle.crypto.generators;
3 import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
4 import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
5 import org.bouncycastle.crypto.KeyGenerationParameters;
6 import org.bouncycastle.crypto.params.DHKeyGenerationParameters;
7 import org.bouncycastle.crypto.params.DHParameters;
8 import org.bouncycastle.crypto.params.DHPrivateKeyParameters;
9 import org.bouncycastle.crypto.params.DHPublicKeyParameters;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
AsymmetricKeyParameter.java 1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMMultiplier.java 1 package org.bouncycastle.crypto.modes.gcm;
  /libcore/luni/src/main/java/javax/crypto/
SecretKey.java 18 package javax.crypto;
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestOAEP.java 16 package libcore.javax.crypto.spec;
19 import javax.crypto.spec.OAEPParameterSpec;
20 import javax.crypto.spec.PSource;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/
BadPaddingExceptionTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.serialization;
25 import javax.crypto.BadPaddingException;
ExemptionMechanismExceptionTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.serialization;
25 import javax.crypto.ExemptionMechanismException;
IllegalBlockSizeExceptionTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.serialization;
25 import javax.crypto.IllegalBlockSizeException;
NoSuchPaddingExceptionTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.serialization;
25 import javax.crypto.NoSuchPaddingException;
ShortBufferExceptionTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.serialization;
25 import javax.crypto.ShortBufferException;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 1 package org.bouncycastle.crypto.modes;
3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.InvalidCipherTextException;
10 * @see org.bouncycastle.crypto.params.AEADParameters
71 * @throws org.bouncycastle.crypto.InvalidCipherTextException if the MAC fails to match.

Completed in 997 milliseconds

1 2 3 4 5 6 7 8 91011>>