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 Details

    • Restriction

      public Restriction(String restriction)
      Constructor from a given details.
      Parameters:
      restriction - The describtion of the restriction.
  • Method Details