Class Qualifier

java.lang.Object
org.mozilla.jss.netscape.security.x509.Qualifier
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CPSuri, UserNotice

public class Qualifier extends Object implements Serializable
Represent the Qualifier. Qualifier ::= CHOICE { cPRuri CPSuri, userNotice UserNotice }
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • encode

      public void encode(DerOutputStream out) throws IOException
      Write the PolicyQualifier to the DerOutputStream.
      Parameters:
      out - the DerOutputStream to write the object to.
      Throws:
      IOException - on errors.