Class X509CrlEntry.Builder

  • Enclosing class:
    X509CrlEntry

    public static final class X509CrlEntry.Builder
    extends java.lang.Object
    Builder class for X509CrlEntry.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of X509CrlEntry.
    • Method Detail

      • setRevocationDate

        public X509CrlEntry.Builder setRevocationDate​(java.lang.String revocationDate)
        Revocation date. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        revocationDate - New value for the property.
      • setSerialNumber

        public X509CrlEntry.Builder setSerialNumber​(java.lang.String serialNumber)
        The revoked certificate's serial number. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        serialNumber - New value for the property.