Class CredentialRequestParams

  • Direct Known Subclasses:
    X509CredentialRequestParams

    public class CredentialRequestParams
    extends java.lang.Object

    Java class for CredentialRequestParams complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CredentialRequestParams">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alias" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="keyAlg" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="keySpec" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="description" type="{http://certificateservices.org/xsd/csmessages2_0}descriptionstring" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String alias  
      protected java.lang.String credentialSubType  
      protected java.lang.String description  
      protected java.lang.String keyAlg  
      protected java.lang.String keySpec  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlias()
      Gets the value of the alias property.
      java.lang.String getCredentialSubType()
      Gets the value of the credentialSubType property.
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getKeyAlg()
      Gets the value of the keyAlg property.
      java.lang.String getKeySpec()
      Gets the value of the keySpec property.
      void setAlias​(java.lang.String value)
      Sets the value of the alias property.
      void setCredentialSubType​(java.lang.String value)
      Sets the value of the credentialSubType property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setKeyAlg​(java.lang.String value)
      Sets the value of the keyAlg property.
      void setKeySpec​(java.lang.String value)
      Sets the value of the keySpec property.
      • Methods inherited from class java.lang.Object

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

      • alias

        protected java.lang.String alias
      • keyAlg

        protected java.lang.String keyAlg
      • keySpec

        protected java.lang.String keySpec
      • credentialSubType

        protected java.lang.String credentialSubType
      • description

        protected java.lang.String description
    • Constructor Detail

      • CredentialRequestParams

        public CredentialRequestParams()
    • Method Detail

      • getAlias

        public java.lang.String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

        public void setAlias​(java.lang.String value)
        Sets the value of the alias property.
        Parameters:
        value - allowed object is String
      • getKeyAlg

        public java.lang.String getKeyAlg()
        Gets the value of the keyAlg property.
        Returns:
        possible object is String
      • setKeyAlg

        public void setKeyAlg​(java.lang.String value)
        Sets the value of the keyAlg property.
        Parameters:
        value - allowed object is String
      • getKeySpec

        public java.lang.String getKeySpec()
        Gets the value of the keySpec property.
        Returns:
        possible object is String
      • setKeySpec

        public void setKeySpec​(java.lang.String value)
        Sets the value of the keySpec property.
        Parameters:
        value - allowed object is String
      • getCredentialSubType

        public java.lang.String getCredentialSubType()
        Gets the value of the credentialSubType property.
        Returns:
        possible object is String
      • setCredentialSubType

        public void setCredentialSubType​(java.lang.String value)
        Sets the value of the credentialSubType property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String