Class AdditionalKeyInfo
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.AdditionalKeyInfo
-
public class AdditionalKeyInfo extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyInfoTypekeyInfo
-
Constructor Summary
Constructors Constructor Description AdditionalKeyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyInfoTypegetKeyInfo()Gets the value of the keyInfo property.voidsetKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.
-
-
-
Field Detail
-
keyInfo
protected KeyInfoType keyInfo
-
-
Method Detail
-
getKeyInfo
public KeyInfoType getKeyInfo()
Gets the value of the keyInfo property.- Returns:
- possible object is
KeyInfoType
-
setKeyInfo
public void setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.- Parameters:
value- allowed object isKeyInfoType
-
-