Class X509Crl.Builder

  • Enclosing class:
    X509Crl

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

      • Builder

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

      • setCrlEntries

        public X509Crl.Builder setCrlEntries​(java.util.List<X509CrlEntry> crlEntries)
        List of X509CrlEntry. 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:
        crlEntries - New value for the property.
      • setIssuer

        public X509Crl.Builder setIssuer​(java.lang.String issuer)
        Issuer's distinguished name. (DN) 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:
        issuer - New value for the property.
      • setNextUpdate

        public X509Crl.Builder setNextUpdate​(java.lang.String nextUpdate)
        Next update time for the CRL. 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:
        nextUpdate - New value for the property.
      • setVersion

        public X509Crl.Builder setVersion​(java.lang.String version)
        CRL's version number either 1 or 2. 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:
        version - New value for the property.