Interface INativeSignaturePackage
public interface INativeSignaturePackage
Definition of a signature package, managed by the
NativeSignatureDBManager.-
Method Summary
Modifier and TypeMethodDescriptionintcount()Count the signatures contained in this package.Get the package metadata.Get the signatures contained in this package.
-
Method Details
-
getSignatures
List<INativeSignature> getSignatures()Get the signatures contained in this package.- Returns:
- package signatures
-
getMetadata
NativeSignaturePackageMetadata getMetadata()Get the package metadata.- Returns:
- package metadata
-
count
int count()Count the signatures contained in this package.- Returns:
- number of signatures
-