OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guarantor
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
CertificateStub.java
39
Principal
guarantor
;
field in class:CertificateStub
43
public CertificateStub(String format, Principal
guarantor
, Principal principal, PublicKey key){
45
this.
guarantor
=
guarantor
;
83
return
guarantor
;
/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 160 milliseconds