OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bouncycastle
(Results
101 - 125
of
677
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java
1
package org.
bouncycastle
.asn1.x509;
3
import org.
bouncycastle
.asn1.ASN1Encodable;
4
import org.
bouncycastle
.asn1.ASN1EncodableVector;
5
import org.
bouncycastle
.asn1.ASN1Object;
6
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
7
import org.
bouncycastle
.asn1.ASN1Primitive;
8
import org.
bouncycastle
.asn1.ASN1Sequence;
9
import org.
bouncycastle
.asn1.ASN1Set;
10
import org.
bouncycastle
.asn1.DERSequence;
DigestInfo.java
1
package org.
bouncycastle
.asn1.x509;
5
import org.
bouncycastle
.asn1.ASN1EncodableVector;
6
import org.
bouncycastle
.asn1.ASN1Object;
7
import org.
bouncycastle
.asn1.ASN1OctetString;
8
import org.
bouncycastle
.asn1.ASN1Primitive;
9
import org.
bouncycastle
.asn1.ASN1Sequence;
10
import org.
bouncycastle
.asn1.ASN1TaggedObject;
11
import org.
bouncycastle
.asn1.DEROctetString;
12
import org.
bouncycastle
.asn1.DERSequence;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHValidationParms.java
1
package org.
bouncycastle
.asn1.x9;
3
import org.
bouncycastle
.asn1.ASN1EncodableVector;
4
import org.
bouncycastle
.asn1.ASN1Integer;
5
import org.
bouncycastle
.asn1.ASN1Object;
6
import org.
bouncycastle
.asn1.ASN1Primitive;
7
import org.
bouncycastle
.asn1.ASN1Sequence;
8
import org.
bouncycastle
.asn1.ASN1TaggedObject;
9
import org.
bouncycastle
.asn1.DERBitString;
10
import org.
bouncycastle
.asn1.DERSequence;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAKeyPairGenerator.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.DSAKeyGenerationParameters;
7
import org.
bouncycastle
.crypto.params.DSAParameters;
8
import org.
bouncycastle
.crypto.params.DSAPrivateKeyParameters;
9
import org.
bouncycastle
.crypto.params.DSAPublicKeyParameters;
10
import org.
bouncycastle
.util.BigIntegers;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java
1
package org.
bouncycastle
.crypto.util;
7
import org.
bouncycastle
.asn1.ASN1Encodable;
8
import org.
bouncycastle
.asn1.ASN1InputStream;
9
import org.
bouncycastle
.asn1.ASN1Integer;
10
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
11
import org.
bouncycastle
.asn1.ASN1OctetString;
12
import org.
bouncycastle
.asn1.ASN1Primitive;
13
import org.
bouncycastle
.asn1.ASN1Sequence;
14
import org.
bouncycastle
.asn1.DEROctetString;
15
import org.
bouncycastle
.asn1.nist.NISTNamedCurves
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
MD5.java
1
package org.
bouncycastle
.jcajce.provider.digest;
3
import org.
bouncycastle
.asn1.iana.IANAObjectIdentifiers;
4
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
5
import org.
bouncycastle
.crypto.CipherKeyGenerator;
6
import org.
bouncycastle
.crypto.digests.MD5Digest;
7
import org.
bouncycastle
.crypto.macs.HMac;
8
import org.
bouncycastle
.jcajce.provider.config.ConfigurableProvider;
9
import org.
bouncycastle
.jcajce.provider.symmetric.util.BaseKeyGenerator;
10
import org.
bouncycastle
.jce.provider.JCEMac;
SHA256.java
1
package org.
bouncycastle
.jcajce.provider.digest;
3
import org.
bouncycastle
.asn1.nist.NISTObjectIdentifiers;
4
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
5
import org.
bouncycastle
.crypto.CipherKeyGenerator;
6
import org.
bouncycastle
.crypto.digests.SHA256Digest;
7
import org.
bouncycastle
.crypto.macs.HMac;
8
import org.
bouncycastle
.jcajce.provider.config.ConfigurableProvider;
9
import org.
bouncycastle
.jcajce.provider.symmetric.util.BaseKeyGenerator;
10
import org.
bouncycastle
.jce.provider.JCEMac;
SHA384.java
1
package org.
bouncycastle
.jcajce.provider.digest;
3
import org.
bouncycastle
.asn1.nist.NISTObjectIdentifiers;
4
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
5
import org.
bouncycastle
.crypto.CipherKeyGenerator;
6
import org.
bouncycastle
.crypto.digests.SHA384Digest;
7
import org.
bouncycastle
.crypto.macs.HMac;
8
import org.
bouncycastle
.jcajce.provider.config.ConfigurableProvider;
9
import org.
bouncycastle
.jcajce.provider.symmetric.util.BaseKeyGenerator;
10
import org.
bouncycastle
.jce.provider.JCEMac;
SHA512.java
1
package org.
bouncycastle
.jcajce.provider.digest;
3
import org.
bouncycastle
.asn1.nist.NISTObjectIdentifiers;
4
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
5
import org.
bouncycastle
.crypto.CipherKeyGenerator;
6
import org.
bouncycastle
.crypto.digests.SHA512Digest;
7
import org.
bouncycastle
.crypto.macs.HMac;
8
import org.
bouncycastle
.jcajce.provider.config.ConfigurableProvider;
9
import org.
bouncycastle
.jcajce.provider.symmetric.util.BaseKeyGenerator;
10
import org.
bouncycastle
.jce.provider.JCEMac;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Blowfish.java
1
package org.
bouncycastle
.jcajce.provider.symmetric;
3
import org.
bouncycastle
.crypto.CipherKeyGenerator;
4
import org.
bouncycastle
.crypto.engines.BlowfishEngine;
5
import org.
bouncycastle
.crypto.modes.CBCBlockCipher;
6
import org.
bouncycastle
.jcajce.provider.config.ConfigurableProvider;
7
import org.
bouncycastle
.jcajce.provider.symmetric.util.BaseBlockCipher;
8
import org.
bouncycastle
.jcajce.provider.symmetric.util.BaseKeyGenerator;
9
import org.
bouncycastle
.jcajce.provider.symmetric.util.IvAlgorithmParameters;
10
import org.
bouncycastle
.jcajce.provider.util.AlgorithmProvider;
AES.java
1
package org.
bouncycastle
.jcajce.provider.symmetric;
14
import org.
bouncycastle
.asn1.nist.NISTObjectIdentifiers;
15
import org.
bouncycastle
.crypto.BufferedBlockCipher;
16
import org.
bouncycastle
.crypto.CipherKeyGenerator;
17
import org.
bouncycastle
.crypto.engines.AESFastEngine;
18
import org.
bouncycastle
.crypto.engines.AESWrapEngine;
20
// import org.
bouncycastle
.crypto.engines.RFC3211WrapEngine;
21
// import org.
bouncycastle
.crypto.macs.CMac;
23
import org.
bouncycastle
.crypto.modes.CBCBlockCipher;
24
import org.
bouncycastle
.crypto.modes.CFBBlockCipher
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Attribute.java
1
package org.
bouncycastle
.x509;
3
import org.
bouncycastle
.asn1.ASN1Encodable;
4
import org.
bouncycastle
.asn1.ASN1EncodableVector;
5
import org.
bouncycastle
.asn1.ASN1Object;
6
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
7
import org.
bouncycastle
.asn1.ASN1Primitive;
8
import org.
bouncycastle
.asn1.ASN1Set;
9
import org.
bouncycastle
.asn1.DERSet;
10
import org.
bouncycastle
.asn1.x509.Attribute;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java
1
package org.
bouncycastle
.asn1.pkcs;
7
import org.
bouncycastle
.asn1.ASN1Encodable;
8
import org.
bouncycastle
.asn1.ASN1EncodableVector;
9
import org.
bouncycastle
.asn1.ASN1Encoding;
10
import org.
bouncycastle
.asn1.ASN1Integer;
11
import org.
bouncycastle
.asn1.ASN1Object;
12
import org.
bouncycastle
.asn1.ASN1OctetString;
13
import org.
bouncycastle
.asn1.ASN1Primitive;
14
import org.
bouncycastle
.asn1.ASN1Sequence;
15
import org.
bouncycastle
.asn1.ASN1Set
[
all
...]
SafeBag.java
1
package org.
bouncycastle
.asn1.pkcs;
3
import org.
bouncycastle
.asn1.ASN1Encodable;
4
import org.
bouncycastle
.asn1.ASN1EncodableVector;
5
import org.
bouncycastle
.asn1.ASN1Object;
6
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
7
import org.
bouncycastle
.asn1.ASN1Primitive;
8
import org.
bouncycastle
.asn1.ASN1Sequence;
9
import org.
bouncycastle
.asn1.ASN1Set;
10
import org.
bouncycastle
.asn1.ASN1TaggedObject;
11
import org.
bouncycastle
.asn1.DLSequence
[
all
...]
CertificationRequest.java
1
package org.
bouncycastle
.asn1.pkcs;
3
import org.
bouncycastle
.asn1.ASN1EncodableVector;
4
import org.
bouncycastle
.asn1.ASN1Object;
5
import org.
bouncycastle
.asn1.ASN1Primitive;
6
import org.
bouncycastle
.asn1.ASN1Sequence;
7
import org.
bouncycastle
.asn1.DERBitString;
8
import org.
bouncycastle
.asn1.DERSequence;
9
import org.
bouncycastle
.asn1.x509.AlgorithmIdentifier;
EncryptionScheme.java
1
package org.
bouncycastle
.asn1.pkcs;
3
import org.
bouncycastle
.asn1.ASN1Encodable;
4
import org.
bouncycastle
.asn1.ASN1EncodableVector;
5
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
6
import org.
bouncycastle
.asn1.ASN1Primitive;
7
import org.
bouncycastle
.asn1.ASN1Sequence;
8
import org.
bouncycastle
.asn1.DERSequence;
9
import org.
bouncycastle
.asn1.x509.AlgorithmIdentifier;
RSAPublicKey.java
1
package org.
bouncycastle
.asn1.pkcs;
6
import org.
bouncycastle
.asn1.ASN1EncodableVector;
7
import org.
bouncycastle
.asn1.ASN1Integer;
8
import org.
bouncycastle
.asn1.ASN1Object;
9
import org.
bouncycastle
.asn1.ASN1Primitive;
10
import org.
bouncycastle
.asn1.ASN1Sequence;
11
import org.
bouncycastle
.asn1.ASN1TaggedObject;
12
import org.
bouncycastle
.asn1.DERSequence;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
IssuerAndSerialNumber.java
1
package org.
bouncycastle
.asn1.cms;
5
import org.
bouncycastle
.asn1.ASN1EncodableVector;
6
import org.
bouncycastle
.asn1.ASN1Integer;
7
import org.
bouncycastle
.asn1.ASN1Object;
8
import org.
bouncycastle
.asn1.ASN1Primitive;
9
import org.
bouncycastle
.asn1.ASN1Sequence;
10
import org.
bouncycastle
.asn1.DERSequence;
11
import org.
bouncycastle
.asn1.x500.X500Name;
12
import org.
bouncycastle
.asn1.x509.Certificate;
13
import org.
bouncycastle
.asn1.x509.X509CertificateStructure
[
all
...]
SignerIdentifier.java
1
package org.
bouncycastle
.asn1.cms;
3
import org.
bouncycastle
.asn1.ASN1Choice;
4
import org.
bouncycastle
.asn1.ASN1Encodable;
5
import org.
bouncycastle
.asn1.ASN1Object;
6
import org.
bouncycastle
.asn1.ASN1OctetString;
7
import org.
bouncycastle
.asn1.ASN1Primitive;
8
import org.
bouncycastle
.asn1.ASN1TaggedObject;
9
import org.
bouncycastle
.asn1.DERTaggedObject;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java
1
package org.
bouncycastle
.crypto.signers;
6
import org.
bouncycastle
.asn1.ASN1Encoding;
7
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
8
import org.
bouncycastle
.asn1.DERNull;
9
import org.
bouncycastle
.asn1.nist.NISTObjectIdentifiers;
10
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
11
import org.
bouncycastle
.asn1.teletrust.TeleTrusTObjectIdentifiers;
12
import org.
bouncycastle
.asn1.x509.AlgorithmIdentifier;
13
import org.
bouncycastle
.asn1.x509.DigestInfo;
14
import org.
bouncycastle
.asn1.x509.X509ObjectIdentifiers
[
all
...]
/build/tools/signapk/
Android.mk
24
LOCAL_STATIC_JAVA_LIBRARIES :=
bouncycastle
-host
bouncycastle
-bcpkix-host
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSAttributeTableGenerator.java
1
package org.
bouncycastle
.cms;
3
import org.
bouncycastle
.asn1.cms.AttributeTable;
SimpleAttributeTableGenerator.java
1
package org.
bouncycastle
.cms;
3
import org.
bouncycastle
.asn1.cms.AttributeTable;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java
1
package org.
bouncycastle
.asn1.iana;
3
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ntt/
NTTObjectIdentifiers.java
1
package org.
bouncycastle
.asn1.ntt;
3
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
Completed in 599 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>