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
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.SignedInfoType
canonicalizationMethod, id, reference, signatureMethod
-
-
Constructor Summary
Constructors Constructor Description SignedInfo()Creates a new instance of SignedInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CanonicalizationMethodgetCanonicalizationMethod()Gets the value of the canonicalizationMethod property.InputStreamgetCanonicalizedData()byte[]getCanonicalizedSI()ListgetReferences()SignatureMethodgetSignatureMethod()org.jvnet.staxex.XMLStreamReaderExgetSignedInfo()booleanisFeatureSupported(String string)voidsetCanonicalizedSI(byte[] info)voidsetReference(List<Reference> reference)voidsetSignedInfo(org.jvnet.staxex.XMLStreamReaderEx _streamSI)-
Methods inherited from class com.sun.xml.security.core.dsig.SignedInfoType
getId, getReference, setCanonicalizationMethod, setId, setSignatureMethod
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.crypto.dsig.SignedInfo
getId
-
-
-
-
Method Detail
-
getReferences
public List getReferences()
- Specified by:
getReferencesin interfaceSignedInfo
-
getCanonicalizedData
public InputStream getCanonicalizedData()
- Specified by:
getCanonicalizedDatain interfaceSignedInfo
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
getSignatureMethod
public SignatureMethod getSignatureMethod()
- Specified by:
getSignatureMethodin interfaceSignedInfo
-
getCanonicalizationMethod
public CanonicalizationMethod getCanonicalizationMethod()
Description copied from class:SignedInfoTypeGets the value of the canonicalizationMethod property.- Specified by:
getCanonicalizationMethodin interfaceSignedInfo- Overrides:
getCanonicalizationMethodin classSignedInfoType- Returns:
- possible object is
CanonicalizationMethodType
-
getCanonicalizedSI
public byte[] getCanonicalizedSI()
-
setCanonicalizedSI
public void setCanonicalizedSI(byte[] info)
-
getSignedInfo
public org.jvnet.staxex.XMLStreamReaderEx getSignedInfo()
-
setSignedInfo
public void setSignedInfo(org.jvnet.staxex.XMLStreamReaderEx _streamSI)
-
-