Constructor and Description |
---|
X509SubjectNameCriterion(X500Principal subject)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
X500Principal |
getSubjectName()
Get the subject name.
|
int |
hashCode() |
void |
setSubjectName(X500Principal subject)
Set the subject name.
|
String |
toString() |
public X509SubjectNameCriterion(@Nonnull X500Principal subject)
subject
- certificate subject name@Nonnull public X500Principal getSubjectName()
public void setSubjectName(@Nonnull X500Principal subject)
subject
- The subject nameCopyright © 2016 JBoss by Red Hat. All rights reserved.