| Package | Description |
|---|---|
| tr.gov.tubitak.uekae.esya.api.signature | |
| tr.gov.tubitak.uekae.esya.api.signature.sigpackage |
| Modifier and Type | Method and Description |
|---|---|
static SignatureFormat |
SignatureFactory.detectSignatureFormat(java.io.BufferedInputStream is)
Try to figure out format of signature stream on the best effort basis.
|
SignatureFormat |
SignatureContainer.getSignatureFormat() |
SignatureFormat |
Signature.getSignatureFormat() |
static SignatureFormat |
SignatureFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignatureFormat[] |
SignatureFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureContainer |
SignatureFactory.createContainer(SignatureFormat format)
create signature container with default context(base uri=working dir!)
|
static SignatureContainer |
SignatureFactory.createContainer(SignatureFormat format,
Context context)
create signature container with params set in context
|
static SignatureContainer |
SignatureFactory.readContainer(SignatureFormat format,
java.io.InputStream stream,
Context context)
Read signature container from incoming stream of data.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureFormat |
SignaturePackage.getSignatureFormat() |
| Modifier and Type | Method and Description |
|---|---|
SignaturePackage |
SignaturePackageProvider.createPackage(Context context,
PackageType packageType,
SignatureFormat format) |
static SignaturePackage |
SignaturePackageFactory.createPackage(Context context,
PackageType packageType,
SignatureFormat format) |
Copyright © 2025. All rights reserved.