|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.isismtt.x509.Restriction
public class Restriction
Some other restriction regarding the usage of this certificate.
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
Field Summary | |
---|---|
private DirectoryString |
restriction
|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
private |
Restriction(DirectoryString restriction)
Constructor from DERString. |
|
Restriction(java.lang.String restriction)
Constructor from a given details. |
Method Summary | |
---|---|
static Restriction |
getInstance(java.lang.Object obj)
|
DirectoryString |
getRestriction()
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DirectoryString restriction
Constructor Detail |
---|
private Restriction(DirectoryString restriction)
The DERString is of type RestrictionSyntax:
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
restriction
- A DERString.public Restriction(java.lang.String restriction)
restriction
- The describtion of the restriction.Method Detail |
---|
public static Restriction getInstance(java.lang.Object obj)
public DirectoryString getRestriction()
public DERObject toASN1Object()
Returns:
RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
toASN1Object
in class ASN1Encodable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |