org.bouncycastle.asn1.isismtt.x509
public class Restriction extends ASN1Encodable
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
Constructor Summary | |
---|---|
Restriction(String restriction)
Constructor from a given details.
|
Method Summary | |
---|---|
static Restriction | getInstance(Object obj) |
DirectoryString | getRestriction() |
DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
Parameters: restriction The describtion of the restriction.
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
Returns: a DERObject