Class AdditionalKeyInfo
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.AdditionalKeyInfo
Java 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyInfo property.voidsetKeyInfo(KeyInfoType value) Sets the value of the keyInfo property.
-
Field Details
-
keyInfo
-
-
Constructor Details
-
AdditionalKeyInfo
public AdditionalKeyInfo()
-
-
Method Details
-
getKeyInfo
Gets the value of the keyInfo property.- Returns:
- possible object is
KeyInfoType
-
setKeyInfo
Sets the value of the keyInfo property.- Parameters:
value- allowed object isKeyInfoType
-