com.sun.xml.ws.security.opt.api.reference
Interface KeyIdentifier
- All Superinterfaces:
- Reference
- All Known Implementing Classes:
- KeyIdentifier
public interface KeyIdentifier
- extends Reference
Interface for KeyIdentifier reference type inside a STR
- Author:
- Ashutosh.Shahi@sun.com
| Methods inherited from interface com.sun.xml.ws.security.opt.api.reference.Reference |
getType |
getValueType
String getValueType()
- Returns:
- the valueType attribute for KeyIdentifier
setValueType
void setValueType(String valueType)
- Parameters:
valueType - the valueType attribute for KeyIdentifier
getEncodingType
String getEncodingType()
- Returns:
- the encodingType attribute
setEncodingType
void setEncodingType(String value)
- Parameters:
value - the encodingType attribute
getReferenceValue
String getReferenceValue()
- Returns:
- the referenced value by this key identifier
setReferenceValue
void setReferenceValue(String referenceValue)
- Parameters:
referenceValue - the referenced value by this keyIdentifier
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.