OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encryptionAlgorithm
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedData.java
71
AlgorithmIdentifier
encryptionAlgorithm
,
77
v.add(
encryptionAlgorithm
.getDERObject());
PKCSObjectIdentifiers.java
56
//
encryptionAlgorithm
OBJECT IDENTIFIER ::= {
59
static final ASN1ObjectIdentifier
encryptionAlgorithm
= new ASN1ObjectIdentifier("1.2.840.113549.3");
61
static final ASN1ObjectIdentifier des_EDE3_CBC =
encryptionAlgorithm
.branch("7");
62
static final ASN1ObjectIdentifier RC2_CBC =
encryptionAlgorithm
.branch("2");
Completed in 120 milliseconds