| com.sun.xml.ws.security.trust.impl.elements.BinarySecretImpl
BinarySecretImpl | public class BinarySecretImpl extends BinarySecretType implements BinarySecret(Code) | | author: WS-Trust Implementation Team |
BinarySecretImpl | public BinarySecretImpl(byte[] rawValue, String type)(Code) | | |
BinarySecretImpl | public BinarySecretImpl(BinarySecretType bsType)(Code) | | |
fromElement | public static BinarySecretType fromElement(org.w3c.dom.Element element) throws WSTrustException(Code) | | Constructs a BinarySecret element from
an existing XML block.
Parameters: lifetimeElement - Aorg.w3c.dom.Element representing DOM treefor BinarySecret object. exception: WSTrustException - if it could not process theorg.w3c.dom.Element properly, implying thatthere is an error in the sender or in the element definition. |
getRawValue | public byte[] getRawValue()(Code) | | |
setRawValue | final public void setRawValue(byte[] rawText)(Code) | | |
setTextValue | public void setTextValue(String encodedText)(Code) | | |
|
|