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

/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
H A DSignature.java22 * A "system annotation" used to provide the Signature attribute.
26 @interface Signature {} interface
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
H A DSignature.java13 public class Signature class in inherits:ASN1Encodable
20 public Signature( method in class:Signature
28 public Signature( method in class:Signature
38 public Signature( method in class:Signature
51 public static Signature getInstance(
58 public static Signature getInstance(
61 if (obj == null || obj instanceof Signature)
63 return (Signature)obj;
67 return new Signature((ASN1Sequence)obj);
91 * Signature
[all...]
/dalvik/libcore/security/src/main/java/java/security/
H A DSignature.java32 * {@code Signature} is an engine class which is capable of creating and
38 public abstract class Signature extends SignatureSpi { class in inherits:SignatureSpi
41 private static final String SERVICE = "Signature"; //$NON-NLS-1$
53 * Constant that indicates that this {@code Signature} instance has not yet
59 * Constant that indicates that this {@code Signature} instance has been
65 * Constant that indicates that this {@code Signature} instance has been
71 * Represents the current state of this {@code Signature}. The three
78 * Constructs a new instance of {@code Signature} with the name of
84 protected Signature(String algorithm) { method in class:Signature
89 * Returns a new instance of {@code Signature} tha
[all...]

Completed in 77 milliseconds