HomeSort by relevance Sort by last modified time
    Searched full:guarantor (Results 1 - 2 of 2) sorted by null

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
CertificateStub.java 40 Principal guarantor; field in class:CertificateStub
44 public CertificateStub(String format, Principal guarantor, Principal principal, PublicKey key){
46 this.guarantor = guarantor;
84 return guarantor;
  /libcore/luni/src/main/java/java/security/
Certificate.java 75 * Returns the guarantor of this certificate. That guarantor guarantees,
79 * @return the guarantor of this certificate.
86 * the guarantor returned by {@link #getGuarantor()}.
95 * by the guarantor to belong to the principal.

Completed in 653 milliseconds