Class 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 Detail

      • Restriction

        public Restriction​(java.lang.String restriction)
        Constructor from a given details.
        Parameters:
        restriction - The describtion of the restriction.