public class DerivedKeyType extends Object
Java class for DerivedKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedKeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2009/xmlenc11#}KeyDerivationMethod" minOccurs="0"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}ReferenceList" minOccurs="0"/>
<element name="DerivedKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MasterKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
derivedKeyName |
protected String |
id |
protected KeyDerivationMethodType |
keyDerivationMethod |
protected String |
masterKeyName |
protected String |
recipient |
protected ReferenceList |
referenceList |
protected String |
type |
| Constructor and Description |
|---|
DerivedKeyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDerivedKeyName()
Gets the value of the derivedKeyName property.
|
String |
getId()
Gets the value of the id property.
|
KeyDerivationMethodType |
getKeyDerivationMethod()
Gets the value of the keyDerivationMethod property.
|
String |
getMasterKeyName()
Gets the value of the masterKeyName property.
|
String |
getRecipient()
Gets the value of the recipient property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDerivedKeyName(String value)
Sets the value of the derivedKeyName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyDerivationMethod(KeyDerivationMethodType value)
Sets the value of the keyDerivationMethod property.
|
void |
setMasterKeyName(String value)
Sets the value of the masterKeyName property.
|
void |
setRecipient(String value)
Sets the value of the recipient property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected KeyDerivationMethodType keyDerivationMethod
protected ReferenceList referenceList
protected String derivedKeyName
protected String masterKeyName
protected String recipient
protected String id
protected String type
public KeyDerivationMethodType getKeyDerivationMethod()
KeyDerivationMethodTypepublic void setKeyDerivationMethod(KeyDerivationMethodType value)
value - allowed object is
KeyDerivationMethodTypepublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic String getDerivedKeyName()
Stringpublic void setDerivedKeyName(String value)
value - allowed object is
Stringpublic String getMasterKeyName()
Stringpublic void setMasterKeyName(String value)
value - allowed object is
Stringpublic String getRecipient()
Stringpublic void setRecipient(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.