public static final class CRLDistributionPoint.FullNameDistributionPointName extends CRLDistributionPoint.DistributionPointName
Constructor and Description |
---|
FullNameDistributionPointName(List<GeneralName> fullName)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
encodeTo(ASN1Encoder encoder)
Encode this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ofBMPString, ofEncodedBytes, ofIA5String, ofInteger, ofInteger, ofOid, ofPrintableString, ofUniversalString, ofUtf8String
public FullNameDistributionPointName(List<GeneralName> fullName)
fullName
- the full name (must not be null
or empty)public void encodeTo(ASN1Encoder encoder)
ASN1Encodable
encoder
- the encoder (must not be null
)Copyright © 2020 JBoss by Red Hat. All rights reserved.