Uses of Class
org.cryptomator.cryptolib.common.X509CertBuilder
-
Packages that use X509CertBuilder Package Description org.cryptomator.cryptolib.common -
-
Uses of X509CertBuilder in org.cryptomator.cryptolib.common
Methods in org.cryptomator.cryptolib.common that return X509CertBuilder Modifier and Type Method Description X509CertBuilderX509CertBuilder. withIssuer(String issuer)Sets the certificate's issuerX509CertBuilderX509CertBuilder. withNotAfter(Instant notAfter)Sets the certificate's end of validity periodX509CertBuilderX509CertBuilder. withNotBefore(Instant notBefore)Sets the certificate's begin of validity periodX509CertBuilderX509CertBuilder. withSubject(String subject)Sets the certificate's subject
-