- addCrlDistributionPoint(URI) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI distribution point for a certificate revocation list.
- addCrlDistributionPoint(URI, X500Principal) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI distribution point for a certificate revocation list.
- addExtendedKeyUsage(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add the given OID to the list of extended key usages.
- addExtendedKeyUsage(CertificateBuilder.ExtendedKeyUsage) - Method in class io.netty.pkitesting.CertificateBuilder
-
- addExtendedKeyUsageClientAuth() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add client-authentication to the list of extended key usages.
- addExtendedKeyUsageCodeSigning() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add code signing to the list of extended key usages.
- addExtendedKeyUsageEmailProtection() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add email protection to the list of extended key usages.
- addExtendedKeyUsageKerberosClientAuth() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add Kerberos client authentication to the list of extended key usages.
- addExtendedKeyUsageMicrosoftSmartcardLogin() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add Microsoft smartcard login to the list of extended key usages.
- addExtendedKeyUsageOcspSigning() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add OCSP signing to the list of extended key usages.
- addExtendedKeyUsageServerAuth() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add server-authentication to the list of extended key usages.
- addExtendedKeyUsageTimeStamping() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add time-stamping to the list of extended key usages.
- addExtensionAsciiString(String, boolean, String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a custom DER-encoded ASN.1 IA5String (an ASCII string) extension to the certificate, with the given OID,
criticality, and string value.
- addExtensionOctetString(String, boolean, byte[]) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a custom extension to the certificate, with the given OID, criticality flag, and DER-encoded contents.
- addExtensionUtf8String(String, boolean, String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a custom DER-encoded ASN.1 UTF-8 string extension to the certificate, with the given OID, criticality,
and string value.
- addSanDirectoryName(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a Directory Name to the Subject Alternative Names.
- addSanDnsName(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a DNS name to the Subject Alternate Names.
- addSanIpAddress(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an IP address to the Subject Alternative Names.
- addSanIpAddress(InetAddress) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an IP address to the Subject Alternative Names.
- addSanOtherName(String, byte[]) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an Other Name to the Subject Alternative Names, of the given OID type, and with the given encoded value.
- addSanRegisteredId(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a registeredID to the Subject Alternative Names.
- addSanRfc822Name(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an RFC 822 name to the Subject Alternative Names.
- addSanUriName(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI name to the Subject Alternative Names.
- addSanUriName(URI) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI name to the Subject Alternative Names.
- algorithm(CertificateBuilder.Algorithm) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the key algorithm to use.