Class Constants

  • Direct Known Subclasses:
    Constants

    public class Constants
    extends java.lang.Object
    Class containing general constants related to the PKI message protocol
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ORGANISATION_UNKNOWN
      Special value used when forwarding CRL automatically generated requests where the CA doesn't know which organisation the CRL belongs to and it's up the the receiver to figure this out.
      static java.lang.String RELATED_END_ENTITY_UNKNOWN
      Constant used when related end entity of CA name couldn't be determined.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ORGANISATION_UNKNOWN

        public static final java.lang.String ORGANISATION_UNKNOWN
        Special value used when forwarding CRL automatically generated requests where the CA doesn't know which organisation the CRL belongs to and it's up the the receiver to figure this out.
        See Also:
        Constant Field Values
      • RELATED_END_ENTITY_UNKNOWN

        public static final java.lang.String RELATED_END_ENTITY_UNKNOWN
        Constant used when related end entity of CA name couldn't be determined.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()