OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DER
(Results
1 - 20
of
20
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Encodable.java
12
public static final String
DER
= "
DER
";
16
* Return the default BER or
DER
encoding for this object.
18
* @return BER/
DER
byte encoded object.
33
* Return either the default for "BER" or a
DER
encoding if "
DER
" is specified.
43
if (encoding.equals(
DER
))
57
* Return the
DER
encoding of the object, null if the
DER
encoding can not be made.
59
* @return a
DER
byte array, null otherwise
[
all
...]
DERTaggedObject.java
6
*
DER
TaggedObject - in ASN.1 notation this is any object preceded by
55
byte[] bytes = obj.getDERObject().getEncoded(
DER
);
ASN1OctetString.java
87
this.string = obj.getDERObject().getEncoded(ASN1Encodable.
DER
);
DERBitString.java
170
this.data = obj.getDERObject().getEncoded(ASN1Encodable.
DER
);
/development/tools/
make_key
59
openssl pkcs8 -in ${one} -topk8 -outform
DER
-out $1.pk8 -nocrypt
62
echo $password | openssl pkcs8 -in ${one} -topk8 -outform
DER
-out $1.pk8 \
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509ExtensionsGenerator.java
44
this.addExtension(oid, critical, value.getDERObject().getEncoded(ASN1Encodable.
DER
));
/external/bouncycastle/src/main/java/org/bouncycastle/jce/
X509Principal.java
141
* return a
DER
encoded byte array representing this object
147
return this.getEncoded(ASN1Encodable.
DER
);
PKCS10CertificationRequest.java
228
* construct a PKCS10 certification request from a
DER
encoded
370
sig.update(reqInfo.getEncoded(ASN1Encodable.
DER
));
513
sig.update(reqInfo.getEncoded(ASN1Encodable.
DER
));
524
* return a
DER
encoded byte array representing this object
530
return this.getEncoded(ASN1Encodable.
DER
);
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java
132
// check that we don't have a
DER
encoded octet string
364
return params.getEncoded(ASN1Encodable.
DER
);
447
return params.getEncoded(ASN1Encodable.
DER
);
542
return dhP.getEncoded(ASN1Encodable.
DER
);
654
return dsaP.getEncoded(ASN1Encodable.
DER
);
760
// return gost3410P.getEncoded(ASN1Encodable.
DER
);
865
// return elP.getEncoded(ASN1Encodable.
DER
);
[
all
...]
PKIXCertPath.java
186
byte[] encoded = element.getEncoded(ASN1Encodable.
DER
);
366
return obj.getEncoded(ASN1Encodable.
DER
);
JDKDSASigner.java
225
return new DERSequence(rs).getEncoded(ASN1Encodable.
DER
);
JDKDigestSignature.java
262
return dInfo.getEncoded(ASN1Encodable.
DER
);
X509CRLEntryObject.java
208
return c.getEncoded(ASN1Encodable.
DER
);
X509CertificateObject.java
206
return c.getTBSCertificate().getEncoded(ASN1Encodable.
DER
);
531
encoded = c.getEncoded(ASN1Encodable.
DER
);
X509CRLObject.java
176
return c.getEncoded(ASN1Encodable.
DER
);
307
return c.getTBSCertList().getEncoded("
DER
");
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java
243
sig.update(object.getEncoded(ASN1Encodable.
DER
));
275
sig.update(object.getEncoded(ASN1Encodable.
DER
));
X509V2AttributeCertificate.java
201
return ext.getValue().getEncoded(ASN1Encodable.
DER
);
/external/bouncycastle/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java
240
sig.update(new DERSequence(pkac).getEncoded(ASN1Encodable.
DER
));
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
/external/dropbear/libtommath/
bn.tex
[
all
...]
Completed in 520 milliseconds