Package | Description |
---|---|
org.wildfly.security.x500 |
Package containing X.500 representations.
|
org.wildfly.security.x500.cert |
Package containing APIs for generating certificates and certificate signing requests.
|
Modifier and Type | Method and Description |
---|---|
static X500AttributeTypeAndValue |
X500AttributeTypeAndValue.create(String attributeType,
ASN1Encodable value)
Construct a new instance with the given value.
|
static X500AttributeTypeAndValue |
X500AttributeTypeAndValue.createObjectId(String attributeType,
String oid)
Construct a new instance with an OID value.
|
static X500AttributeTypeAndValue |
X500AttributeTypeAndValue.createUtf8(String attributeType,
String stringValue)
Construct a new instance with a UTF-8 value.
|
Modifier and Type | Method and Description |
---|---|
X500PrincipalBuilder |
X500PrincipalBuilder.addItem(X500AttributeTypeAndValue attributeTypeAndValue)
Add a single item to the builder.
|
Modifier and Type | Method and Description |
---|---|
X500PrincipalBuilder |
X500PrincipalBuilder.addCompoundItem(Collection<X500AttributeTypeAndValue> attributeTypeAndValues)
Add a compound item to the builder.
|
Constructor and Description |
---|
RelativeToCRLIssuerDistributionPointName(Collection<X500AttributeTypeAndValue> attributes)
Construct a new instance.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.