public class PrivateKeyProtectionType extends ExtensionListType
Java class for PrivateKeyProtectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateKeyProtectionType">
<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}KeySharing" 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 KeySharingType |
keySharing |
protected KeyStorageType |
keyStorage |
content| Constructor and Description |
|---|
PrivateKeyProtectionType() |
| Modifier and Type | Method and Description |
|---|---|
KeyActivationType |
getKeyActivation()
Gets the value of the keyActivation property.
|
KeySharingType |
getKeySharing()
Gets the value of the keySharing property.
|
KeyStorageType |
getKeyStorage()
Gets the value of the keyStorage property.
|
void |
setKeyActivation(KeyActivationType value)
Sets the value of the keyActivation property.
|
void |
setKeySharing(KeySharingType value)
Sets the value of the keySharing property.
|
void |
setKeyStorage(KeyStorageType value)
Sets the value of the keyStorage property.
|
add, getContent, removeprotected KeyActivationType keyActivation
protected KeyStorageType keyStorage
protected KeySharingType keySharing
public KeyActivationType getKeyActivation()
KeyActivationTypepublic void setKeyActivation(KeyActivationType value)
value - allowed object is KeyActivationTypepublic KeyStorageType getKeyStorage()
KeyStorageTypepublic void setKeyStorage(KeyStorageType value)
value - allowed object is KeyStorageTypepublic KeySharingType getKeySharing()
KeySharingTypepublic void setKeySharing(KeySharingType value)
value - allowed object is KeySharingTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.