public interface Encryption
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
SecurityTokenReference |
getSecurityTokenReference()
Get the STR contained in this Encryption Type
|
String |
getTargetType()
Get the type of the Encryption information item
|
Token |
getToken()
Get the Token contained in this Encryption instance
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of Encryption
|
void |
setToken(Token token)
Set the Token as the contents of Encryption
|
String getTargetType()
Object getAny()
Element
Objectvoid setAny(Object value)
value - allowed object is
Element
Objectvoid setSecurityTokenReference(SecurityTokenReference ref)
SecurityTokenReference getSecurityTokenReference()
void setToken(Token token)
Token getToken()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.