OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bouncycastle
(Results
276 - 300
of
691
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java
1
package org.
bouncycastle
.asn1.x509;
6
import org.
bouncycastle
.asn1.ASN1Enumerated;
7
import org.
bouncycastle
.asn1.ASN1Object;
8
import org.
bouncycastle
.asn1.ASN1Primitive;
9
import org.
bouncycastle
.util.Integers;
ExtensionsGenerator.java
1
package org.
bouncycastle
.asn1.x509;
7
import org.
bouncycastle
.asn1.ASN1Encodable;
8
import org.
bouncycastle
.asn1.ASN1Encoding;
9
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
10
import org.
bouncycastle
.asn1.DEROctetString;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.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.params.ParametersWithIV;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECDomainParameters.java
1
package org.
bouncycastle
.crypto.params;
5
import org.
bouncycastle
.math.ec.ECConstants;
6
import org.
bouncycastle
.math.ec.ECCurve;
7
import org.
bouncycastle
.math.ec.ECPoint;
8
import org.
bouncycastle
.util.Arrays;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
EC.java
1
package org.
bouncycastle
.jcajce.provider.asymmetric;
4
// import org.
bouncycastle
.asn1.eac.EACObjectIdentifiers;
5
// import org.
bouncycastle
.asn1.teletrust.TeleTrusTObjectIdentifiers;
7
import org.
bouncycastle
.asn1.x9.X9ObjectIdentifiers;
8
import org.
bouncycastle
.jcajce.provider.asymmetric.ec.KeyFactorySpi;
9
import org.
bouncycastle
.jcajce.provider.config.ConfigurableProvider;
10
import org.
bouncycastle
.jcajce.provider.util.AsymmetricAlgorithmProvider;
14
private static final String PREFIX = "org.
bouncycastle
.jcajce.provider.asymmetric" + ".ec.";
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DHUtil.java
1
package org.
bouncycastle
.jcajce.provider.asymmetric.util;
10
import org.
bouncycastle
.crypto.params.AsymmetricKeyParameter;
11
import org.
bouncycastle
.crypto.params.DHParameters;
12
import org.
bouncycastle
.crypto.params.DHPrivateKeyParameters;
13
import org.
bouncycastle
.crypto.params.DHPublicKeyParameters;
17
* objects into their org.
bouncycastle
.crypto counterparts.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PrincipalUtil.java
1
package org.
bouncycastle
.jce;
9
import org.
bouncycastle
.asn1.ASN1Primitive;
10
import org.
bouncycastle
.asn1.x509.TBSCertList;
11
import org.
bouncycastle
.asn1.x509.TBSCertificateStructure;
12
import org.
bouncycastle
.asn1.x509.X509Name;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DHUtil.java
1
package org.
bouncycastle
.jce.provider;
10
import org.
bouncycastle
.crypto.params.AsymmetricKeyParameter;
11
import org.
bouncycastle
.crypto.params.DHParameters;
12
import org.
bouncycastle
.crypto.params.DHPrivateKeyParameters;
13
import org.
bouncycastle
.crypto.params.DHPublicKeyParameters;
17
* objects into their org.
bouncycastle
.crypto counterparts.
PEMUtil.java
1
package org.
bouncycastle
.jce.provider;
6
import org.
bouncycastle
.asn1.ASN1InputStream;
7
import org.
bouncycastle
.asn1.ASN1Primitive;
8
import org.
bouncycastle
.asn1.ASN1Sequence;
9
import org.
bouncycastle
.util.encoders.Base64;
JCEDHPublicKey.java
1
package org.
bouncycastle
.jce.provider;
12
import org.
bouncycastle
.asn1.ASN1Sequence;
13
import org.
bouncycastle
.asn1.DERInteger;
14
import org.
bouncycastle
.asn1.DERObjectIdentifier;
15
import org.
bouncycastle
.asn1.pkcs.DHParameter;
16
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
17
import org.
bouncycastle
.asn1.x509.AlgorithmIdentifier;
18
import org.
bouncycastle
.asn1.x509.SubjectPublicKeyInfo;
19
import org.
bouncycastle
.asn1.x9.DHDomainParameters;
20
import org.
bouncycastle
.asn1.x9.X9ObjectIdentifiers
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java
1
package org.
bouncycastle
.cms;
20
import org.
bouncycastle
.asn1.ASN1Encodable;
21
import org.
bouncycastle
.asn1.ASN1EncodableVector;
22
import org.
bouncycastle
.asn1.ASN1InputStream;
23
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
24
import org.
bouncycastle
.asn1.ASN1Primitive;
25
import org.
bouncycastle
.asn1.ASN1Set;
26
import org.
bouncycastle
.asn1.BEROctetStringGenerator;
27
import org.
bouncycastle
.asn1.BERSet;
28
import org.
bouncycastle
.asn1.DERSet
[
all
...]
SignerInfoGenerator.java
1
package org.
bouncycastle
.cms;
9
import org.
bouncycastle
.asn1.ASN1Encoding;
10
import org.
bouncycastle
.asn1.ASN1Integer;
11
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
12
import org.
bouncycastle
.asn1.ASN1Set;
13
import org.
bouncycastle
.asn1.DEROctetString;
14
import org.
bouncycastle
.asn1.DERSet;
15
import org.
bouncycastle
.asn1.cms.AttributeTable;
16
import org.
bouncycastle
.asn1.cms.SignerIdentifier;
17
import org.
bouncycastle
.asn1.cms.SignerInfo
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DES.java
1
package org.
bouncycastle
.jcajce.provider.symmetric;
16
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
17
import org.
bouncycastle
.asn1.oiw.OIWObjectIdentifiers;
18
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
19
import org.
bouncycastle
.crypto.CipherParameters;
20
import org.
bouncycastle
.crypto.KeyGenerationParameters;
21
import org.
bouncycastle
.crypto.engines.DESEngine;
23
// import org.
bouncycastle
.crypto.engines.RFC3211WrapEngine;
25
import org.
bouncycastle
.crypto.generators.DESKeyGenerator;
26
import org.
bouncycastle
.crypto.macs.CBCBlockCipherMac
[
all
...]
AES.java
1
package org.
bouncycastle
.jcajce.provider.symmetric;
14
import org.
bouncycastle
.asn1.bc.BCObjectIdentifiers;
15
import org.
bouncycastle
.asn1.nist.NISTObjectIdentifiers;
16
import org.
bouncycastle
.crypto.BlockCipher;
17
import org.
bouncycastle
.crypto.BufferedBlockCipher;
18
import org.
bouncycastle
.crypto.CipherKeyGenerator;
19
import org.
bouncycastle
.crypto.engines.AESFastEngine;
20
import org.
bouncycastle
.crypto.engines.AESWrapEngine;
22
// import org.
bouncycastle
.crypto.engines.RFC3211WrapEngine;
23
// import org.
bouncycastle
.crypto.macs.CMac
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertUtils.java
1
package org.
bouncycastle
.cert;
14
import org.
bouncycastle
.asn1.ASN1Encodable;
15
import org.
bouncycastle
.asn1.ASN1EncodableVector;
16
import org.
bouncycastle
.asn1.ASN1GeneralizedTime;
17
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
18
import org.
bouncycastle
.asn1.DERBitString;
19
import org.
bouncycastle
.asn1.DERNull;
20
import org.
bouncycastle
.asn1.DEROutputStream;
21
import org.
bouncycastle
.asn1.DERSequence;
22
import org.
bouncycastle
.asn1.x509.AlgorithmIdentifier
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyFactorySpi.java
1
package org.
bouncycastle
.jcajce.provider.asymmetric.ec;
13
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
14
import org.
bouncycastle
.asn1.pkcs.PrivateKeyInfo;
15
import org.
bouncycastle
.asn1.x509.SubjectPublicKeyInfo;
16
import org.
bouncycastle
.asn1.x9.X9ObjectIdentifiers;
17
import org.
bouncycastle
.jcajce.provider.asymmetric.util.BaseKeyFactorySpi;
18
import org.
bouncycastle
.jcajce.provider.asymmetric.util.EC5Util;
19
import org.
bouncycastle
.jcajce.provider.config.ProviderConfiguration;
20
import org.
bouncycastle
.jcajce.provider.util.AsymmetricKeyInfoConverter;
21
import org.
bouncycastle
.jce.provider.BouncyCastleProvider
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
JcaSignerInfoVerifierBuilder.java
1
package org.
bouncycastle
.cms.jcajce;
8
import org.
bouncycastle
.cert.X509CertificateHolder;
9
import org.
bouncycastle
.cms.CMSSignatureAlgorithmNameGenerator;
10
import org.
bouncycastle
.cms.DefaultCMSSignatureAlgorithmNameGenerator;
11
import org.
bouncycastle
.cms.SignerInformationVerifier;
12
import org.
bouncycastle
.operator.ContentVerifierProvider;
13
import org.
bouncycastle
.operator.DefaultSignatureAlgorithmIdentifierFinder;
14
import org.
bouncycastle
.operator.DigestCalculatorProvider;
15
import org.
bouncycastle
.operator.OperatorCreationException;
16
import org.
bouncycastle
.operator.SignatureAlgorithmIdentifierFinder
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
CMSObjectIdentifiers.java
1
package org.
bouncycastle
.asn1.cms;
3
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
4
import org.
bouncycastle
.asn1.pkcs.PKCSObjectIdentifiers;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9IntegerConverter.java
1
package org.
bouncycastle
.asn1.x9;
5
import org.
bouncycastle
.math.ec.ECCurve;
6
import org.
bouncycastle
.math.ec.ECFieldElement;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DESedeKeyGenerator.java
1
package org.
bouncycastle
.crypto.generators;
3
import org.
bouncycastle
.crypto.KeyGenerationParameters;
4
import org.
bouncycastle
.crypto.params.DESedeParameters;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPrivateKey.java
1
package org.
bouncycastle
.jcajce.provider.asymmetric.dsa;
13
import org.
bouncycastle
.asn1.ASN1Encodable;
14
import org.
bouncycastle
.asn1.ASN1Integer;
15
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
16
import org.
bouncycastle
.asn1.pkcs.PrivateKeyInfo;
17
import org.
bouncycastle
.asn1.x509.AlgorithmIdentifier;
18
import org.
bouncycastle
.asn1.x509.DSAParameter;
19
import org.
bouncycastle
.asn1.x9.X9ObjectIdentifiers;
20
import org.
bouncycastle
.crypto.params.DSAPrivateKeyParameters;
21
import org.
bouncycastle
.jcajce.provider.asymmetric.util.KeyUtil
[
all
...]
AlgorithmParameterGeneratorSpi.java
1
package org.
bouncycastle
.jcajce.provider.asymmetric.dsa;
10
import org.
bouncycastle
.crypto.digests.SHA256Digest;
11
import org.
bouncycastle
.crypto.generators.DSAParametersGenerator;
12
import org.
bouncycastle
.crypto.params.DSAParameterGenerationParameters;
13
import org.
bouncycastle
.crypto.params.DSAParameters;
14
import org.
bouncycastle
.jce.provider.BouncyCastleProvider;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveParameterSpec.java
1
package org.
bouncycastle
.jce.spec;
5
import org.
bouncycastle
.math.ec.ECCurve;
6
import org.
bouncycastle
.math.ec.ECPoint;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java
1
package org.
bouncycastle
.asn1.nist;
6
import org.
bouncycastle
.asn1.ASN1ObjectIdentifier;
7
import org.
bouncycastle
.asn1.sec.SECNamedCurves;
8
import org.
bouncycastle
.asn1.sec.SECObjectIdentifiers;
9
import org.
bouncycastle
.asn1.x9.X9ECParameters;
10
import org.
bouncycastle
.util.Strings;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
KeyPairGeneratorSpi.java
1
package org.
bouncycastle
.jcajce.provider.asymmetric.rsa;
10
import org.
bouncycastle
.crypto.AsymmetricCipherKeyPair;
11
import org.
bouncycastle
.crypto.generators.RSAKeyPairGenerator;
12
import org.
bouncycastle
.crypto.params.RSAKeyGenerationParameters;
13
import org.
bouncycastle
.crypto.params.RSAKeyParameters;
14
import org.
bouncycastle
.crypto.params.RSAPrivateCrtKeyParameters;
Completed in 244 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>