Package org.wildfly.security.x500.cert
Class AccessDescription
java.lang.Object
org.wildfly.security.x500.cert.AccessDescription
- All Implemented Interfaces:
ASN1Encodable
An access description for the authority information access and subject information access extensions.
- Author:
- Farah Juma
-
Constructor Summary
ConstructorsConstructorDescriptionAccessDescription(String accessMethodId, GeneralName accessLocation) Construct a new instance. -
Method Summary
-
Constructor Details
-
AccessDescription
Construct a new instance.- Parameters:
accessMethodId- the access method OID (must not benull)accessLocation- the access location (must not benull)
-
-
Method Details
-
encodeTo
Description copied from interface:ASN1EncodableEncode this object.- Specified by:
encodeToin interfaceASN1Encodable- Parameters:
encoder- the encoder (must not benull)
-