Home | History | Annotate | Download | only in verity

Lines Matching refs:Certificate

27 import java.security.cert.Certificate;
51 * certificate ::= Certificate
67 private ASN1Encodable certificate;
106 certificate = sequence.getObjectAt(1);
107 byte[] encoded = ((ASN1Object) certificate).getEncoded();
156 certificate = s.readObject();
187 v.add(certificate);
323 if (args.length >= 4 && "-certificate".equals(args[2])) {
324 /* args[3] is the path to a public key certificate */
334 args[3] is the path to the matching public key certificate