public class EncryptionType extends Object
Java class for EncryptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncAlgo" type="{urn:picketlink:identity-federation:config:1.0}EncAlgoType"/>
<element name="KeySize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EncAlgoType |
encAlgo |
protected int |
keySize |
| Constructor and Description |
|---|
EncryptionType() |
| Modifier and Type | Method and Description |
|---|---|
EncAlgoType |
getEncAlgo()
Gets the value of the encAlgo property.
|
int |
getKeySize()
Gets the value of the keySize property.
|
void |
setEncAlgo(EncAlgoType value)
Sets the value of the encAlgo property.
|
void |
setKeySize(int value)
Sets the value of the keySize property.
|
protected EncAlgoType encAlgo
protected int keySize
public EncAlgoType getEncAlgo()
EncAlgoTypepublic void setEncAlgo(EncAlgoType value)
value - allowed object is EncAlgoTypepublic int getKeySize()
public void setKeySize(int value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.