Home | History | Annotate | Download | only in verity

Lines Matching refs:Certificate

27 import java.security.cert.Certificate;
51 * certificate ::= Certificate
67 private ASN1Encodable certificate;
101 certificate = sequence.getObjectAt(1);
102 byte[] encoded = ((ASN1Object) certificate).getEncoded();
151 certificate = s.readObject();
182 v.add(certificate);
302 if (args.length >= 4 && "-certificate".equals(args[2])) {
303 /* args[3] is the path to a public key certificate */
313 args[3] is the path to the matching public key certificate