Class AvailableCredentialTypes

  • Direct Known Subclasses:
    AvailableCredentialTypes

    public class AvailableCredentialTypes
    extends java.lang.Object
    Class defining available credential types that can be used. This class have been converted from the certservice-common project and changes there should be reflected in this class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CREDENTIAL_TYPE_X509CERTIFICATE
      Specifies a certificate in X509 format (see http://www.ietf.org/rfc/rfc2459.txt)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CREDENTIAL_TYPE_X509CERTIFICATE

        public static final java.lang.String CREDENTIAL_TYPE_X509CERTIFICATE
        Specifies a certificate in X509 format (see http://www.ietf.org/rfc/rfc2459.txt)
        See Also:
        Constant Field Values
    • Constructor Detail

      • AvailableCredentialTypes

        public AvailableCredentialTypes()