public class X509SubjectName
extends java.lang.Object
KeyProviderImplX509Data| Modifier and Type | Field and Description |
|---|---|
protected Name |
subjectName_
The subject name of a X509 certificate.
|
| Constructor and Description |
|---|
X509SubjectName(java.lang.String subjectRFC2253Name)
Standard constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.security.Principal |
getSubjectName()
Gets the X509 certificate subject name.
|
java.lang.String |
getSubjectNameString()
Gets the string representation of the Subject Distinguished Name as specified in section 4.4.4 of
XML-Signature Syntax and Processing.
|
protected Name subjectName_
public X509SubjectName(java.lang.String subjectRFC2253Name)
throws KeyProviderException
subjectRFC2253Name - A string representing the subject distinguished name of a X.509 certificate,
and composed as specified by section 4.4.4 of XML-Signature Syntax and Processing.
Must not be null.KeyProviderException - if the specified subject name string cannot be parsed.public java.security.Principal getSubjectName()
public java.lang.String getSubjectNameString()