|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.verification.SignatureSpecificVerificationOptions
public class SignatureSpecificVerificationOptions
Represents verification options that are specific to a signature, i.e., options that are not profile-wide.
Defaults are:
XadesVerifier| Constructor Summary | |
|---|---|
SignatureSpecificVerificationOptions()
|
|
| Method Summary | |
|---|---|
SignatureSpecificVerificationOptions |
useBaseUri(String baseUri)
Sets the base URI to be used when resolving all/b> the relative references. |
SignatureSpecificVerificationOptions |
useDataForAnonymousReference(byte[] data)
Sets the data to be used to resolve and verify a null URI
ds:Reference, if present. |
SignatureSpecificVerificationOptions |
useDataForAnonymousReference(InputStream data)
Sets the input stream to be used to resolve and verify a null URI
ds:Reference, if present. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureSpecificVerificationOptions()
| Method Detail |
|---|
public SignatureSpecificVerificationOptions useBaseUri(String baseUri)
baseUri - the references' base uri
public SignatureSpecificVerificationOptions useDataForAnonymousReference(InputStream data)
null URI
ds:Reference, if present. The stream is not closed.
data - the input stream
public SignatureSpecificVerificationOptions useDataForAnonymousReference(byte[] data)
null URI
ds:Reference, if present.
data - the data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||