public class EncryptionMethodType extends Object
Java class for EncryptionMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
<element name="OAEPparams" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<any/>
</sequence>
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionMethodType.EncryptionMethod |
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected EncryptionMethodType.EncryptionMethod |
encryptionMethod |
| Constructor and Description |
|---|
EncryptionMethodType(String algo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
EncryptionMethodType.EncryptionMethod |
getEncryptionMethod() |
void |
setEncryptionMethod(EncryptionMethodType.EncryptionMethod encryptionMethod) |
protected String algorithm
protected EncryptionMethodType.EncryptionMethod encryptionMethod
public EncryptionMethodType(String algo)
public EncryptionMethodType.EncryptionMethod getEncryptionMethod()
public void setEncryptionMethod(EncryptionMethodType.EncryptionMethod encryptionMethod)
Copyright © 2016 JBoss by Red Hat. All rights reserved.