Class KeyIdentifierImpl
- java.lang.Object
-
- com.sun.xml.ws.security.secext10.AttributedString
-
- com.sun.xml.ws.security.secext10.EncodedString
-
- com.sun.xml.ws.security.secext10.KeyIdentifierType
-
- com.sun.xml.ws.security.trust.impl.elements.str.KeyIdentifierImpl
-
- All Implemented Interfaces:
KeyIdentifier,Reference
public class KeyIdentifierImpl extends KeyIdentifierType implements KeyIdentifier
KeyIdentifier implementation
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.secext10.KeyIdentifierType
valueType
-
Fields inherited from class com.sun.xml.ws.security.secext10.EncodedString
encodingType
-
Fields inherited from class com.sun.xml.ws.security.secext10.AttributedString
id, value
-
-
Constructor Summary
Constructors Constructor Description KeyIdentifierImpl()KeyIdentifierImpl(KeyIdentifierType kidType)KeyIdentifierImpl(String valueType, String encodingType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetEncodingTypeURI()StringgetType()URIgetValueTypeURI()-
Methods inherited from class com.sun.xml.ws.security.secext10.KeyIdentifierType
getValueType, setValueType
-
Methods inherited from class com.sun.xml.ws.security.secext10.EncodedString
getEncodingType, setEncodingType
-
Methods inherited from class com.sun.xml.ws.security.secext10.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.ws.security.trust.elements.str.KeyIdentifier
getValue, setValue
-
-
-
-
Constructor Detail
-
KeyIdentifierImpl
public KeyIdentifierImpl()
-
KeyIdentifierImpl
public KeyIdentifierImpl(KeyIdentifierType kidType)
-
-
Method Detail
-
getValueTypeURI
public URI getValueTypeURI()
- Specified by:
getValueTypeURIin interfaceKeyIdentifier
-
getEncodingTypeURI
public URI getEncodingTypeURI()
- Specified by:
getEncodingTypeURIin interfaceKeyIdentifier
-
-