public class SecretKeyProtectionType extends ExtensionListType
Java class for SecretKeyProtectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecretKeyProtectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}KeyActivation"
minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}KeyStorage" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension"
maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyActivationType |
keyActivation |
protected KeyStorageType |
keyStorage |
content| Constructor and Description |
|---|
SecretKeyProtectionType() |
| Modifier and Type | Method and Description |
|---|---|
KeyActivationType |
getKeyActivation()
Gets the value of the keyActivation property.
|
KeyStorageType |
getKeyStorage()
Gets the value of the keyStorage property.
|
void |
setKeyActivation(KeyActivationType value)
Sets the value of the keyActivation property.
|
void |
setKeyStorage(KeyStorageType value)
Sets the value of the keyStorage property.
|
add, getContent, removeprotected KeyActivationType keyActivation
protected KeyStorageType keyStorage
public KeyActivationType getKeyActivation()
KeyActivationTypepublic void setKeyActivation(KeyActivationType value)
value - allowed object is KeyActivationTypepublic KeyStorageType getKeyStorage()
KeyStorageTypepublic void setKeyStorage(KeyStorageType value)
value - allowed object is KeyStorageTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.