Class KeyData
- java.lang.Object
-
- org.certificateservices.messages.sensitivekeys.jaxb.KeyDataType
-
- org.certificateservices.messages.sensitivekeys.jaxb.KeyData
-
public class KeyData extends KeyDataType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/sensitivekeys}KeyDataType"> <attribute name="version" use="required" type="{http://certificateservices.org/xsd/sensitivekeys}notemptystring" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringversion-
Fields inherited from class org.certificateservices.messages.sensitivekeys.jaxb.KeyDataType
asymmetricKey, symmetricKey
-
-
Constructor Summary
Constructors Constructor Description KeyData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetVersion()Gets the value of the version property.voidsetVersion(java.lang.String value)Sets the value of the version property.-
Methods inherited from class org.certificateservices.messages.sensitivekeys.jaxb.KeyDataType
getAsymmetricKey, getSymmetricKey, setAsymmetricKey, setSymmetricKey
-
-