public class TechnicalProtectionBaseType extends ExtensionListType
Java class for TechnicalProtectionBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalProtectionBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}PrivateKeyProtection"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}SecretKeyProtection"/>
</choice>
<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 PrivateKeyProtectionType |
privateKeyProtection |
protected SecretKeyProtectionType |
secretKeyProtection |
content| Constructor and Description |
|---|
TechnicalProtectionBaseType() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyProtectionType |
getPrivateKeyProtection()
Gets the value of the privateKeyProtection property.
|
SecretKeyProtectionType |
getSecretKeyProtection()
Gets the value of the secretKeyProtection property.
|
void |
setPrivateKeyProtection(PrivateKeyProtectionType value)
Sets the value of the privateKeyProtection property.
|
void |
setSecretKeyProtection(SecretKeyProtectionType value)
Sets the value of the secretKeyProtection property.
|
add, getContent, removeprotected PrivateKeyProtectionType privateKeyProtection
protected SecretKeyProtectionType secretKeyProtection
public PrivateKeyProtectionType getPrivateKeyProtection()
PrivateKeyProtectionTypepublic void setPrivateKeyProtection(PrivateKeyProtectionType value)
value - allowed object is PrivateKeyProtectionTypepublic SecretKeyProtectionType getSecretKeyProtection()
SecretKeyProtectionTypepublic void setSecretKeyProtection(SecretKeyProtectionType value)
value - allowed object is SecretKeyProtectionTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.