OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X509CRLEntryImpl
(Results
1 - 5
of
5
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
X509CRLEntryImpl.java
72
public class
X509CRLEntryImpl
extends X509CRLEntry
73
implements Comparable<
X509CRLEntryImpl
> {
91
public
X509CRLEntryImpl
(BigInteger num, Date date) {
105
public
X509CRLEntryImpl
(BigInteger num, Date date,
118
public
X509CRLEntryImpl
(byte[] revokedCert) throws CRLException {
133
public
X509CRLEntryImpl
(DerValue derValue) throws CRLException {
482
* to a
X509CRLEntryImpl
. Does a cast if possible, otherwise reparses
485
public static
X509CRLEntryImpl
toImpl(X509CRLEntry entry)
487
if (entry instanceof
X509CRLEntryImpl
) {
488
return (
X509CRLEntryImpl
)entry
[
all
...]
X509CRLImpl.java
218
X509CRLEntryImpl
badCert = (
X509CRLEntryImpl
)badCerts[i];
312
((
X509CRLEntryImpl
)entry).encode(rCerts);
[
all
...]
/libcore/ojluni/src/main/java/java/security/cert/
X509CRLEntry.java
32
import sun.security.x509.
X509CRLEntryImpl
;
189
return
X509CRLEntryImpl
.getRevocationReason(this);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
RevocationChecker.java
614
X509CRLEntryImpl
entry = null;
619
entry =
X509CRLEntryImpl
.toImpl(e);
[
all
...]
/libcore/
openjdk_java_files.mk
[
all
...]
Completed in 54 milliseconds