Class CertChainType


  • public class CertChainType
    extends java.lang.Object
    Implementation of the RFC 3546 3.3. CertChainType.
    • Constructor Summary

      Constructors 
      Constructor Description
      CertChainType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(short certChainType)  
      static java.lang.String getText​(short certChainType)  
      static boolean isValid​(short certChainType)  
      • Methods inherited from class java.lang.Object

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

      • CertChainType

        public CertChainType()
    • Method Detail

      • getName

        public static java.lang.String getName​(short certChainType)
      • getText

        public static java.lang.String getText​(short certChainType)
      • isValid

        public static boolean isValid​(short certChainType)