Class RevokeRequestType


  • public class RevokeRequestType
    extends RequestAbstractType

    Java class for RevokeRequestType complex type.

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

     <complexType name="RevokeRequestType">
       <complexContent>
         <extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
           <sequence>
             <element ref="{http://www.w3.org/2002/03/xkms#}RevokeKeyBinding"/>
             <choice>
               <element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
               <element ref="{http://www.w3.org/2002/03/xkms#}RevocationCode"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • revocationCode

        protected byte[] revocationCode
    • Constructor Detail

      • RevokeRequestType

        public RevokeRequestType()
    • Method Detail

      • getRevokeKeyBinding

        public KeyBindingType getRevokeKeyBinding()
        Gets the value of the revokeKeyBinding property.
        Returns:
        possible object is KeyBindingType
      • setRevokeKeyBinding

        public void setRevokeKeyBinding​(KeyBindingType value)
        Sets the value of the revokeKeyBinding property.
        Parameters:
        value - allowed object is KeyBindingType
      • setAuthentication

        public void setAuthentication​(AuthenticationType value)
        Sets the value of the authentication property.
        Parameters:
        value - allowed object is AuthenticationType
      • getRevocationCode

        public byte[] getRevocationCode()
        Gets the value of the revocationCode property.
        Returns:
        possible object is byte[]
      • setRevocationCode

        public void setRevocationCode​(byte[] value)
        Sets the value of the revocationCode property.
        Parameters:
        value - allowed object is byte[]