|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.sil.jaxb.DBSecretKey
public class DBSecretKey
Java class for DBSecretKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DBSecretKey">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://xmlns.oracle.com/oim/sil/config}Alias"/>
<element ref="{http://xmlns.oracle.com/oim/sil/config}Password"/>
<element ref="{http://xmlns.oracle.com/oim/sil/config}BlockMode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DBSecretKey() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlias()Gets the value of the alias property. |
java.lang.String |
getBlockMode()Gets the value of the blockMode property. |
Password |
getPassword()Gets the value of the password property. |
void |
setAlias(java.lang.String value)Sets the value of the alias property. |
void |
setBlockMode(java.lang.String value)Sets the value of the blockMode property. |
void |
setPassword(Password value)Sets the value of the password property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBSecretKey()
| Method Detail |
|---|
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is Stringpublic Password getPassword()
Passwordpublic void setPassword(Password value)
value - allowed object is Passwordpublic java.lang.String getBlockMode()
Stringpublic void setBlockMode(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||