public class SignedInfo extends SignedInfoType implements SignedInfo
canonicalizationMethod, id, reference, signatureMethod| Constructor and Description |
|---|
SignedInfo()
Creates a new instance of SignedInfo
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalizationMethod |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.
|
InputStream |
getCanonicalizedData() |
byte[] |
getCanonicalizedSI() |
List |
getReferences() |
SignatureMethod |
getSignatureMethod() |
org.jvnet.staxex.XMLStreamReaderEx |
getSignedInfo() |
boolean |
isFeatureSupported(String string) |
void |
setCanonicalizedSI(byte[] info) |
void |
setReference(List<Reference> reference) |
void |
setSignedInfo(org.jvnet.staxex.XMLStreamReaderEx _streamSI) |
getId, getReference, setCanonicalizationMethod, setId, setSignatureMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic List getReferences()
getReferences in interface SignedInfopublic InputStream getCanonicalizedData()
getCanonicalizedData in interface SignedInfopublic boolean isFeatureSupported(String string)
isFeatureSupported in interface XMLStructurepublic SignatureMethod getSignatureMethod()
getSignatureMethod in interface SignedInfopublic CanonicalizationMethod getCanonicalizationMethod()
SignedInfoTypegetCanonicalizationMethod in interface SignedInfogetCanonicalizationMethod in class SignedInfoTypeCanonicalizationMethodTypepublic byte[] getCanonicalizedSI()
public void setCanonicalizedSI(byte[] info)
public org.jvnet.staxex.XMLStreamReaderEx getSignedInfo()
public void setSignedInfo(org.jvnet.staxex.XMLStreamReaderEx _streamSI)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.