Class CanonicalKeyType
- java.lang.Object
-
- org.certificateservices.messages.v2x.registration.jaxb.CanonicalKeyType
-
public class CanonicalKeyType extends java.lang.ObjectJava class for CanonicalKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CanonicalKeyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="publicVerificationKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]publicVerificationKey
-
Constructor Summary
Constructors Constructor Description CanonicalKeyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPublicVerificationKey()Gets the value of the publicVerificationKey property.voidsetPublicVerificationKey(byte[] value)Sets the value of the publicVerificationKey property.
-
-
-
Method Detail
-
getPublicVerificationKey
public byte[] getPublicVerificationKey()
Gets the value of the publicVerificationKey property.- Returns:
- possible object is byte[]
-
setPublicVerificationKey
public void setPublicVerificationKey(byte[] value)
Sets the value of the publicVerificationKey property.- Parameters:
value- allowed object is byte[]
-
-