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
java.lang.String getValueType()
- Returns:
- the valueType attribute for KeyIdentifier
setValueType
void setValueType(java.lang.String valueType)
- Parameters:
valueType - the valueType attribute for KeyIdentifier
getEncodingType
java.lang.String getEncodingType()
- Returns:
- the encodingType attribute
setEncodingType
void setEncodingType(java.lang.String value)
- Parameters:
value - the encodingType attribute
getReferenceValue
java.lang.String getReferenceValue()
- Returns:
- the referenced value by this key identifier
setReferenceValue
void setReferenceValue(java.lang.String referenceValue)
- Parameters:
referenceValue - the referenced value by this keyIdentifier
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.