|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2001._04.xmlenc.EncryptedType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:06:22+02:00", comments="JAXB RI v2.2.11") public abstract class EncryptedType
Java class for EncryptedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/> <element ref="{http://www.w3.org/2001/04/xmlenc#}CipherData"/> <element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptionProperties" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EncryptedType()
|
Method Summary | |
---|---|
CipherData |
getCipherData()
Gets the value of the cipherData property. |
String |
getEncoding()
Gets the value of the encoding property. |
EncryptionMethodType |
getEncryptionMethod()
Gets the value of the encryptionMethod property. |
EncryptionProperties |
getEncryptionProperties()
Gets the value of the encryptionProperties property. |
String |
getId()
Gets the value of the id property. |
KeyInfo |
getKeyInfo()
Gets the value of the keyInfo property. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getType()
Gets the value of the type property. |
void |
setCipherData(CipherData value)
Sets the value of the cipherData property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setEncryptionMethod(EncryptionMethodType value)
Sets the value of the encryptionMethod property. |
void |
setEncryptionProperties(EncryptionProperties value)
Sets the value of the encryptionProperties property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptedType()
Method Detail |
---|
public EncryptionMethodType getEncryptionMethod()
EncryptionMethodType
public void setEncryptionMethod(EncryptionMethodType value)
value
- allowed object is
EncryptionMethodType
public KeyInfo getKeyInfo()
KeyInfo
public void setKeyInfo(KeyInfo value)
value
- allowed object is
KeyInfo
public CipherData getCipherData()
CipherData
public void setCipherData(CipherData value)
value
- allowed object is
CipherData
public EncryptionProperties getEncryptionProperties()
EncryptionProperties
public void setEncryptionProperties(EncryptionProperties value)
value
- allowed object is
EncryptionProperties
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public String getEncoding()
String
public void setEncoding(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |