Class KeyInfoType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.KeyInfoType
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable
TODO
Loosely based on XML digital signature standard. But we cannot use full
standard as we are not bound to XML. We need this to work also for
JSON and YAML and other languages.
Java class for KeyInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanGets the value of the keyName property.inthashCode()voidsetKeyName(String value) Sets the value of the keyName property.toString()
-
Field Details
-
keyName
-
-
Constructor Details
-
KeyInfoType
public KeyInfoType()
-
-
Method Details
-
getKeyName
Gets the value of the keyName property.- Returns:
- possible object is
String
-
setKeyName
Sets the value of the keyName property.- Parameters:
value- allowed object isString
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-