Class Restriction
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.isismtt.x509.Restriction
-
- All Implemented Interfaces:
ASN1Encodable
,Encodable
public class Restriction extends ASN1Object
Some other restriction regarding the usage of this certificate.RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
-
-
Constructor Summary
Constructors Constructor Description Restriction(java.lang.String restriction)
Constructor from a given details.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Restriction
getInstance(java.lang.Object obj)
DirectoryString
getRestriction()
ASN1Primitive
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
Method Detail
-
getInstance
public static Restriction getInstance(java.lang.Object obj)
-
getRestriction
public DirectoryString getRestriction()
-
toASN1Primitive
public ASN1Primitive toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.Returns:
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a DERObject
-
-