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.java30 * {@code Signature} is an engine class which is capable of creating and
36 public abstract class Signature extends SignatureSpi { class in inherits:SignatureSpi
39 private static final String SERVICE = "Signature";
51 * Constant that indicates that this {@code Signature} instance has not yet
57 * Constant that indicates that this {@code Signature} instance has been
63 * Constant that indicates that this {@code Signature} instance has been
69 * Represents the current state of this {@code Signature}. The three
76 * Constructs a new instance of {@code Signature} with the name of
82 protected Signature(String algorithm) { method in class:Signature
87 * Returns a new instance of {@code Signature} tha
[all...]

Completed in 119 milliseconds