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
- Author:
- Abhijit Das
-
Field Summary
Fields inherited from class com.sun.xml.security.core.dsig.SignedInfoType
canonicalizationMethod, id, reference, signatureMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the canonicalizationMethod property.byte[]org.jvnet.staxex.XMLStreamReaderExbooleanisFeatureSupported(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, setSignatureMethodMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.dsig.SignedInfo
getId
-
Constructor Details
-
SignedInfo
public SignedInfo()Creates a new instance of SignedInfo
-
-
Method Details
-
getReferences
- Specified by:
getReferencesin interfaceSignedInfo
-
getCanonicalizedData
- Specified by:
getCanonicalizedDatain interfaceSignedInfo
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
getSignatureMethod
- Specified by:
getSignatureMethodin interfaceSignedInfo
-
getCanonicalizationMethod
Description copied from class:SignedInfoTypeGets the value of the canonicalizationMethod property.- Specified by:
getCanonicalizationMethodin interfaceSignedInfo- Overrides:
getCanonicalizationMethodin classSignedInfoType- Returns:
- possible object is
CanonicalizationMethodType
-
setReference
-
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)
-