Searched defs:Signature (Results 1 - 2 of 2) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/annotation/
H A DSignature.java25 * A "system annotation" used to provide the Signature attribute.
29 @interface Signature {} interface
/libcore/luni/src/main/java/java/security/
H A DSignature.java31 * {@code Signature} is an engine class which is capable of creating and
37 public abstract class Signature extends SignatureSpi { class in inherits:SignatureSpi
40 private static final String SERVICE = "Signature";
52 * Constant that indicates that this {@code Signature} instance has not yet
58 * Constant that indicates that this {@code Signature} instance has been
64 * Constant that indicates that this {@code Signature} instance has been
70 * Represents the current state of this {@code Signature}. The three
77 * Constructs a new instance of {@code Signature} with the name of
83 protected Signature(String algorithm) { method in class:Signature
88 * Returns a new instance of {@code Signature} tha
[all...]

Completed in 74 milliseconds