com.sun.xml.ws.security.opt.crypto.dsig
Class SignedInfo

java.lang.Object
  extended by com.sun.xml.security.core.dsig.SignedInfoType
      extended by 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
SignedInfo()
          Creates a new instance of SignedInfo
 
Method Summary
 CanonicalizationMethod getCanonicalizationMethod()
          Gets the value of the canonicalizationMethod property.
 InputStream getCanonicalizedData()
           
 byte[] getCanonicalizedSI()
           
 List getReferences()
           
 SignatureMethod getSignatureMethod()
           
 XMLStreamReaderEx getSignedInfo()
           
 boolean isFeatureSupported(String string)
           
 void setCanonicalizedSI(byte[] info)
           
 void setReference(List<Reference> reference)
           
 void setSignedInfo(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
 

Constructor Detail

SignedInfo

public SignedInfo()
Creates a new instance of SignedInfo

Method Detail

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.