Uses of Class
org.wildfly.security.x500.X500AttributeTypeAndValue
Packages that use X500AttributeTypeAndValue
-
Uses of X500AttributeTypeAndValue in org.wildfly.security.x500
Methods in org.wildfly.security.x500 that return X500AttributeTypeAndValueModifier and TypeMethodDescriptionstatic X500AttributeTypeAndValueX500AttributeTypeAndValue.create(String attributeType, ASN1Encodable value) Construct a new instance with the given value.static X500AttributeTypeAndValueX500AttributeTypeAndValue.createObjectId(String attributeType, String oid) Construct a new instance with an OID value.static X500AttributeTypeAndValueX500AttributeTypeAndValue.createUtf8(String attributeType, String stringValue) Construct a new instance with a UTF-8 value.Methods in org.wildfly.security.x500 with parameters of type X500AttributeTypeAndValueModifier and TypeMethodDescriptionX500PrincipalBuilder.addItem(X500AttributeTypeAndValue attributeTypeAndValue) Add a single item to the builder.Method parameters in org.wildfly.security.x500 with type arguments of type X500AttributeTypeAndValueModifier and TypeMethodDescriptionX500PrincipalBuilder.addCompoundItem(Collection<X500AttributeTypeAndValue> attributeTypeAndValues) Add a compound item to the builder.