com.sun.xml.ws.security.opt.crypto.dsig
Class SignedInfo
java.lang.Object
com.sun.xml.security.core.dsig.SignedInfoType
com.sun.xml.ws.security.opt.crypto.dsig.SignedInfo
- All Implemented Interfaces:
- SignedInfo, XMLStructure
public class SignedInfo
- extends SignedInfoType
- implements SignedInfo
- Author:
- Abhijit Das
|
Constructor Summary |
SignedInfo()
Creates a new instance of SignedInfo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignedInfo
public SignedInfo()
- Creates a new instance of SignedInfo
getReferences
public List getReferences()
- Specified by:
getReferences in interface SignedInfo
getCanonicalizedData
public InputStream getCanonicalizedData()
- Specified by:
getCanonicalizedData in interface SignedInfo
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupported in interface XMLStructure
getSignatureMethod
public SignatureMethod getSignatureMethod()
- Specified by:
getSignatureMethod in interface SignedInfo
getCanonicalizationMethod
public CanonicalizationMethod getCanonicalizationMethod()
- Description copied from class:
SignedInfoType
- Gets the value of the canonicalizationMethod property.
- Specified by:
getCanonicalizationMethod in interface SignedInfo- Overrides:
getCanonicalizationMethod in class SignedInfoType
- Returns:
- possible object is
CanonicalizationMethodType
setReference
public void setReference(List<Reference> reference)
getCanonicalizedSI
public byte[] getCanonicalizedSI()
setCanonicalizedSI
public void setCanonicalizedSI(byte[] info)
getSignedInfo
public XMLStreamReaderEx getSignedInfo()
setSignedInfo
public void setSignedInfo(XMLStreamReaderEx _streamSI)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.