Class PrototypeKeyBindingType


  • public class PrototypeKeyBindingType
    extends KeyBindingAbstractType

    Java class for PrototypeKeyBindingType complex type.

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

     <complexType name="PrototypeKeyBindingType">
       <complexContent>
         <extension base="{http://www.w3.org/2002/03/xkms#}KeyBindingAbstractType">
           <sequence>
             <element ref="{http://www.w3.org/2002/03/xkms#}ValidityInterval" minOccurs="0"/>
             <element ref="{http://www.w3.org/2002/03/xkms#}RevocationCodeIdentifier" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • revocationCodeIdentifier

        protected byte[] revocationCodeIdentifier
    • Constructor Detail

      • PrototypeKeyBindingType

        public PrototypeKeyBindingType()
    • Method Detail

      • getRevocationCodeIdentifier

        public byte[] getRevocationCodeIdentifier()
        Gets the value of the revocationCodeIdentifier property.
        Returns:
        possible object is byte[]
      • setRevocationCodeIdentifier

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