|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.jeri.ssl.SubjectCredentials.CertificateMatcher
private static class SubjectCredentials.CertificateMatcher
Provides utilities for converting between X.509 certificates and unique certificate names.
Field Summary | |
---|---|
private String |
issuerName
|
private BigInteger |
serialNumber
|
Constructor Summary | |
---|---|
private |
SubjectCredentials.CertificateMatcher(BigInteger serialNumber,
String issuerName)
|
Method Summary | |
---|---|
(package private) static SubjectCredentials.CertificateMatcher |
create(String certificateName)
Creates an object that can be compared with an X.509 certificate. |
private static String |
getIssuerName(X509Certificate certificate)
Returns the canonical issuer name for an X.509 certificate. |
(package private) static String |
getName(X509Certificate certificate)
Returns the unique certificate name for an X.509 certificate |
(package private) boolean |
matches(X509Certificate certificate)
Returns true if an X.509 certificate matches the certificate name specified in the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final BigInteger serialNumber
private final String issuerName
Constructor Detail |
---|
private SubjectCredentials.CertificateMatcher(BigInteger serialNumber, String issuerName)
Method Detail |
---|
static SubjectCredentials.CertificateMatcher create(String certificateName)
static String getName(X509Certificate certificate)
boolean matches(X509Certificate certificate)
private static String getIssuerName(X509Certificate certificate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |