public class Restriction extends ASN1Encodable
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
BER, DER
Constructor and Description |
---|
Restriction(String restriction)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
static Restriction |
getInstance(Object obj) |
DirectoryString |
getRestriction() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public Restriction(String restriction)
restriction
- The describtion of the restriction.public static Restriction getInstance(Object obj)
public DirectoryString getRestriction()
public DERObject toASN1Object()
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.