Class RevocationCheckRequest

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class RevocationCheckRequest
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • RevocationCheckRequest

        RevocationCheckRequest()
        Default constructor.
      • RevocationCheckRequest

        RevocationCheckRequest(List<String> certificates, List<String> trustedCertificates, RevocationMode mode)
        All-args constructor.
        Parameters:
        certificates - A list of certificates corresponding to a certificate chain (in PEM format) to check for revocation.
        trustedCertificates - A list of trusted certificates (in PEM format).
        mode - How strictly to check for revocation.