Searched refs:encryptionAlgorithm (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm,
78 v.add(encryptionAlgorithm.toASN1Primitive());
70 EncryptedData( ASN1ObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, ASN1Encodable content) argument
H A DPKCSObjectIdentifiers.java79 // encryptionAlgorithm OBJECT IDENTIFIER ::= {
83 static final ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field in interface:PKCSObjectIdentifiers
86 static final ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7");
88 static final ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2");
90 static final ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformation.java44 private AlgorithmIdentifier encryptionAlgorithm; field in class:SignerInformation
85 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm();
173 return encryptionAlgorithm.getAlgorithm().getId();
184 return encodeObj(encryptionAlgorithm.getParameters());
320 contentVerifier = verifier.getContentVerifier(encryptionAlgorithm, info.getDigestAlgorithm());
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 222 milliseconds