Class Qualifier

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CPSuri, UserNotice

    public class Qualifier
    extends java.lang.Object
    implements java.io.Serializable
    Represent the Qualifier. Qualifier ::= CHOICE { cPRuri CPSuri, userNotice UserNotice }
    Author:
    Thomas Kwan
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(DerOutputStream out)
      Write the PolicyQualifier to the DerOutputStream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Qualifier

        public Qualifier()
        Create a PolicyQualifierInfo
        Parameters:
        id - the ObjectIdentifier for the policy id.
      • Qualifier

        public Qualifier​(DerValue val)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • encode

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