org.bouncycastle.asn1.isismtt.x509
Class Restriction
- DEREncodable
Some other restriction regarding the usage of this certificate.
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
Restriction(String restriction) - Constructor from a given details.
|
Restriction
public Restriction(String restriction)
Constructor from a given details.
restriction
- The describtion of the restriction.
getInstance
public static Restriction getInstance(Object obj)
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
Returns:
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
- toASN1Object in interface ASN1Encodable