HomeSort by relevance Sort by last modified time
    Searched defs:asn1 (Results 251 - 275 of 300) sorted by null

<<1112

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
KeyPurposeId.java 1 package org.bouncycastle.asn1.x509;
3 import org.bouncycastle.asn1.ASN1Object;
4 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
5 import org.bouncycastle.asn1.ASN1Primitive;
ReasonFlags.java 1 package org.bouncycastle.asn1.x509;
3 import org.bouncycastle.asn1.DERBitString;
TBSCertList.java 1 package org.bouncycastle.asn1.x509;
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.ASN1TaggedObject;
11 import org.bouncycastle.asn1.DERGeneralizedTime;
12 import org.bouncycastle.asn1.DERSequence;
13 import org.bouncycastle.asn1.DERTaggedObject
    [all...]
TBSCertificate.java 1 package org.bouncycastle.asn1.x509;
3 import org.bouncycastle.asn1.ASN1Integer;
4 import org.bouncycastle.asn1.ASN1Object;
5 import org.bouncycastle.asn1.ASN1Primitive;
6 import org.bouncycastle.asn1.ASN1Sequence;
7 import org.bouncycastle.asn1.ASN1TaggedObject;
8 import org.bouncycastle.asn1.DERBitString;
9 import org.bouncycastle.asn1.DERTaggedObject;
10 import org.bouncycastle.asn1.x500.X500Name;
TBSCertificateStructure.java 1 package org.bouncycastle.asn1.x509;
3 import org.bouncycastle.asn1.ASN1Integer;
4 import org.bouncycastle.asn1.ASN1Object;
5 import org.bouncycastle.asn1.ASN1Primitive;
6 import org.bouncycastle.asn1.ASN1Sequence;
7 import org.bouncycastle.asn1.ASN1TaggedObject;
8 import org.bouncycastle.asn1.DERBitString;
9 import org.bouncycastle.asn1.DERTaggedObject;
10 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
11 import org.bouncycastle.asn1.x500.X500Name
    [all...]
V3TBSCertificateGenerator.java 1 package org.bouncycastle.asn1.x509;
3 import org.bouncycastle.asn1.ASN1EncodableVector;
4 import org.bouncycastle.asn1.ASN1Integer;
5 import org.bouncycastle.asn1.DERBitString;
6 import org.bouncycastle.asn1.DERSequence;
7 import org.bouncycastle.asn1.DERTaggedObject;
8 import org.bouncycastle.asn1.DERUTCTime;
9 import org.bouncycastle.asn1.x500.X500Name;
Extension.java 1 package org.bouncycastle.asn1.x509;
5 import org.bouncycastle.asn1.ASN1Boolean;
6 import org.bouncycastle.asn1.ASN1Encodable;
7 import org.bouncycastle.asn1.ASN1EncodableVector;
8 import org.bouncycastle.asn1.ASN1Object;
9 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
10 import org.bouncycastle.asn1.ASN1OctetString;
11 import org.bouncycastle.asn1.ASN1Primitive;
12 import org.bouncycastle.asn1.ASN1Sequence;
13 import org.bouncycastle.asn1.DEROctetString
    [all...]
GeneralName.java 1 package org.bouncycastle.asn1.x509;
6 import org.bouncycastle.asn1.ASN1Choice;
7 import org.bouncycastle.asn1.ASN1Encodable;
8 import org.bouncycastle.asn1.ASN1Object;
9 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
10 import org.bouncycastle.asn1.ASN1OctetString;
11 import org.bouncycastle.asn1.ASN1Primitive;
12 import org.bouncycastle.asn1.ASN1Sequence;
13 import org.bouncycastle.asn1.ASN1TaggedObject;
14 import org.bouncycastle.asn1.DERIA5String
    [all...]
X509Extension.java 1 package org.bouncycastle.asn1.x509;
5 import org.bouncycastle.asn1.ASN1Encodable;
6 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
7 import org.bouncycastle.asn1.ASN1OctetString;
8 import org.bouncycastle.asn1.ASN1Primitive;
9 import org.bouncycastle.asn1.DERBoolean;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateCrtKey.java 8 import org.bouncycastle.asn1.DERNull;
9 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
10 import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
11 import org.bouncycastle.asn1.pkcs.RSAPrivateKey;
12 import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
93 this(org.bouncycastle.asn1.pkcs.RSAPrivateKey.getInstance(info.parsePrivateKey()));
  /external/chromium_org/net/tools/testserver/
minica.py 5 import asn1 namespace
68 return '\x00' * (self.modlen - len(out)) + asn1.ToBytes(out)
71 return asn1.ToDER(asn1.SEQUENCE([self.m, self.e]))
75 names = asn1.SEQUENCE([])
79 asn1.SET([
80 asn1.SEQUENCE([
88 asn1.SET([
89 asn1.SEQUENCE([
97 asn1.SET(
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 30 import org.apache.harmony.security.asn1.ASN1Any;
31 import org.apache.harmony.security.asn1.ASN1Implicit;
32 import org.apache.harmony.security.asn1.ASN1Integer;
33 import org.apache.harmony.security.asn1.ASN1OctetString;
34 import org.apache.harmony.security.asn1.ASN1Sequence;
35 import org.apache.harmony.security.asn1.ASN1SetOf;
36 import org.apache.harmony.security.asn1.ASN1Type;
89 values = (Object[])asn1.decode(encoded);
437 encoded = asn1.encode(this);
494 private static final ASN1Sequence asn1 = new ASN1Sequence(new ASN1Type[] field in class:EncryptedPrivateKeyInfo
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1BitString.java 23 package org.apache.harmony.security.asn1;
31 * @see <a href="http://asn1.elibel.tm.fr/en/standards/index.htm">ASN.1</a>
36 private static final ASN1BitString ASN1 = new ASN1BitString();
57 * @see org.apache.harmony.security.asn1.BitString
60 return ASN1;
BerOutputStream.java 23 package org.apache.harmony.security.asn1;
29 * @see <a href="http://asn1.elibel.tm.fr/en/standards/index.htm">ASN.1</a>
ASN1Constants.java 23 package org.apache.harmony.security.asn1;
28 * @see <a href="http://asn1.elibel.tm.fr/en/standards/index.htm">ASN.1</a>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 1 package org.bouncycastle.asn1;
54 * Return an ASN1 sequence from a tagged object. There is a special
ASN1Set.java 1 package org.bouncycastle.asn1;
56 * Return an ASN1 set from a tagged object. There is a special
DERExternal.java 1 package org.bouncycastle.asn1;
130 * @see org.bouncycastle.asn1.ASN1Primitive#encode(org.bouncycastle.asn1.DEROutputStream)
154 * @see org.bouncycastle.asn1.ASN1Primitive#asn1Equals(org.bouncycastle.asn1.ASN1Primitive)
212 * <li><code>0</code> single-ASN1-type</li>
262 * <li><code>0</code> single-ASN1-type</li>
DERObjectIdentifier.java 1 package org.bouncycastle.asn1;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
AttributeTable.java 1 package org.bouncycastle.asn1.cms;
7 import org.bouncycastle.asn1.ASN1Encodable;
8 import org.bouncycastle.asn1.ASN1EncodableVector;
9 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
10 import org.bouncycastle.asn1.ASN1Set;
11 import org.bouncycastle.asn1.DERObjectIdentifier;
12 import org.bouncycastle.asn1.DERSet;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
SECNamedCurves.java 1 package org.bouncycastle.asn1.sec;
7 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
8 import org.bouncycastle.asn1.x9.X9ECParameters;
9 import org.bouncycastle.asn1.x9.X9ECParametersHolder;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X962NamedCurves.java 1 package org.bouncycastle.asn1.x9;
7 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
  /system/core/fastbootd/other/sign/src/
SignImg.java 40 import org.bouncycastle.asn1.ASN1InputStream;
41 import org.bouncycastle.asn1.DEROutputStream;
42 import org.bouncycastle.asn1.ASN1Object;
171 ASN1InputStream asn1 = new ASN1InputStream(signed.getEncoded()); local
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 1 package org.bouncycastle.asn1.x500.style;
7 import org.bouncycastle.asn1.ASN1Encodable;
8 import org.bouncycastle.asn1.ASN1GeneralizedTime;
9 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
10 import org.bouncycastle.asn1.DERIA5String;
11 import org.bouncycastle.asn1.DERPrintableString;
12 import org.bouncycastle.asn1.DERUTF8String;
13 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
14 import org.bouncycastle.asn1.x500.AttributeTypeAndValue;
15 import org.bouncycastle.asn1.x500.RDN
    [all...]

Completed in 381 milliseconds

<<1112