Home | History | Annotate | Download | only in cert

Lines Matching defs:type

48     // the CRL type
49 private String type;
52 * Creates a CRL of the specified type.
54 * @param type the standard name of the CRL type.
60 protected CRL(String type) {
61 this.type = type;
65 * Returns the type of this CRL.
67 * @return the type of this CRL.
70 return this.type;