public static final class NameConstraintsExtension.GeneralSubtree extends Object implements ASN1Encodable
Constructor and Description |
---|
GeneralSubtree(GeneralName base,
int minimumDistance,
int maximumDistance)
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 GeneralSubtree(GeneralName base, int minimumDistance, int maximumDistance)
base
- the base name (must not be null
)minimumDistance
- the minimum distance (must be >= 0)maximumDistance
- the maximum distance (must be -1 indicating "not specified" or >= minimumDistance
)public void encodeTo(ASN1Encoder encoder)
ASN1Encodable
encodeTo
in interface ASN1Encodable
encoder
- the encoder (must not be null
)Copyright © 2020 JBoss by Red Hat. All rights reserved.