|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.bindings.config.EncryptionType
public class EncryptionType
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:jboss:identity-federation:config:1.0}EncAlgoType"/>
<element name="KeySize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EncAlgoType |
encAlgo
|
protected int |
keySize
|
| Constructor Summary | |
|---|---|
EncryptionType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EncAlgoType encAlgo
protected int keySize
| Constructor Detail |
|---|
public EncryptionType()
| Method Detail |
|---|
public EncAlgoType getEncAlgo()
EncAlgoTypepublic void setEncAlgo(EncAlgoType value)
value - allowed object is
EncAlgoTypepublic int getKeySize()
public void setKeySize(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||