public class CertificateNameOptions extends Object implements Cloneable
ClientCertAuthRule
.コンストラクタと説明 |
---|
CertificateNameOptions()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
CertificateNameOptions |
clone() |
boolean |
evaluateSubjectCommonName()
Get whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
|
boolean |
evaluateSubjectDN()
Get whether to evaluate the certificate subject DN as a derived issuer entity ID.
|
LinkedHashSet<Integer> |
getSubjectAltNames()
Get the set of types of subject alternative names evaluate as derived issuer entity ID names.
|
X500DNHandler |
getX500DNHandler()
Get the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
String |
getX500SubjectDNFormat()
Get the the format specifier for serializaing X.500 subject names to strings.
|
void |
setEvaluateSubjectCommonName(boolean flag)
Set whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
|
void |
setEvaluateSubjectDN(boolean flag)
Set whether to evaluate the certificate subject DN as a derived issuer entity ID.
|
void |
setX500DNHandler(X500DNHandler handler)
Set the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal instances. |
void |
setX500SubjectDNFormat(String format)
Set the the format specifier for serializaing X.500 subject names to strings.
|
public boolean evaluateSubjectCommonName()
public void setEvaluateSubjectCommonName(boolean flag)
flag
- new new evaluateSubjectCommonName value.public boolean evaluateSubjectDN()
public void setEvaluateSubjectDN(boolean flag)
flag
- the new evaluateSubjectDN value.public LinkedHashSet<Integer> getSubjectAltNames()
public X500DNHandler getX500DNHandler()
X500Principal
instances.public void setX500DNHandler(X500DNHandler handler)
X500Principal
instances.handler
- the new x500DNHandler value.public String getX500SubjectDNFormat()
public void setX500SubjectDNFormat(String format)
format
- the new x500SubjectDNFormat value.public CertificateNameOptions clone()
Copyright © 2012. All Rights Reserved.