OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRevokedCertificate
(Results
1 - 10
of
10
) sorted by null
/dalvik/libcore/security/src/main/java/java/security/cert/
X509CRL.java
215
public abstract X509CRLEntry
getRevokedCertificate
(BigInteger serialNumber);
225
public X509CRLEntry
getRevokedCertificate
(X509Certificate certificate) {
229
return
getRevokedCertificate
(certificate.getSerialNumber());
/dalvik/libcore/security/src/test/java/tests/security/cert/
X509CRLTest.java
145
public X509CRLEntry
getRevokedCertificate
(BigInteger serialNumber) {
298
*
getRevokedCertificate
(X509Certificate certificate) method testing.
305
method = "
getRevokedCertificate
",
308
@AndroidOnly("Test filed on RI:
getRevokedCertificate
throws " +
312
tbt_crl.
getRevokedCertificate
((X509Certificate) null);
322
tbt_crl.
getRevokedCertificate
(cert);
350
method = "
getRevokedCertificate
",
425
crl.
getRevokedCertificate
(BigInteger.ONE);
X509CRL2Test.java
179
public X509CRLEntry
getRevokedCertificate
(BigInteger serialNumber) {
X509CRLSelector2Test.java
737
public X509CRLEntry
getRevokedCertificate
(BigInteger serialNumber) {
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java
238
* @see java.security.cert.X509CRL#
getRevokedCertificate
(X509Certificate)
241
public X509CRLEntry
getRevokedCertificate
(X509Certificate certificate) {
293
* @see java.security.cert.X509CRL#
getRevokedCertificate
(BigInteger)
296
public X509CRLEntry
getRevokedCertificate
(BigInteger serialNumber) {
448
return
getRevokedCertificate
((X509Certificate) cert) != null;
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java
243
public X509CRLEntry
getRevokedCertificate
(BigInteger serialNumber)
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 3525 milliseconds