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, remove
protected KeyActivationType keyActivation
protected KeyStorageType keyStorage
protected KeySharingType keySharing
public KeyActivationType getKeyActivation()
KeyActivationType
public void setKeyActivation(KeyActivationType value)
value
- allowed object is KeyActivationType
public KeyStorageType getKeyStorage()
KeyStorageType
public void setKeyStorage(KeyStorageType value)
value
- allowed object is KeyStorageType
public KeySharingType getKeySharing()
KeySharingType
public void setKeySharing(KeySharingType value)
value
- allowed object is KeySharingType
Copyright © 2016 JBoss by Red Hat. All rights reserved.