| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert | |
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method | Description |
|---|---|---|
CertType |
CertificateBuilder.getCertType() |
| Modifier and Type | Method | Description |
|---|---|---|
CertificateBuilder |
CertificateBuilder.withCertType(CertType certType) |
| Modifier and Type | Method | Description |
|---|---|---|
static CertType |
CertType.newInstance(int id) |
Return the enum instance represented by the given integer value.
|
static CertType |
CertType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CertType[] |
CertType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.security.cert.X509Certificate |
IAsymmetricCipherSuite.createCert(java.lang.String subjectRfc822AlternativeName,
java.security.PublicKey pubKey,
org.bouncycastle.asn1.x500.X500Name principal,
java.util.Date notBefore,
java.util.Date notAfter,
java.net.URL ocspUrl,
java.security.PrivateKey caPrivKey,
java.security.cert.X509Certificate caCert,
java.math.BigInteger serialNumber,
java.lang.String policyOid,
java.net.URL policyUrl,
CertType certificateType) |
Generate an end user certificate.
|
java.security.cert.X509Certificate |
IAsymmetricCipherSuite.createCert(org.bouncycastle.asn1.x509.GeneralName[] subjectAlternativeNames,
java.security.PublicKey pubKey,
org.bouncycastle.asn1.x500.X500Name principal,
java.util.Date notBefore,
java.util.Date notAfter,
java.net.URL ocspUrl,
java.security.PrivateKey caPrivKey,
java.security.cert.X509Certificate caCert,
java.math.BigInteger serialNumber,
java.lang.String policyOid,
java.net.URL policyUrl,
CertType certificateType) |
Generate an end user certificate.
|
java.security.cert.X509Certificate |
IAsymmetricCipherSuite.createCert(org.bouncycastle.asn1.x509.GeneralName[] subjectAlternativeNames,
org.bouncycastle.pkcs.PKCS10CertificationRequest csr,
org.bouncycastle.asn1.x500.X500Name principal,
java.util.Date notBefore,
java.util.Date notAfter,
java.net.URL ocspUrl,
java.security.PrivateKey caPrivKey,
java.security.cert.X509Certificate caCert,
java.math.BigInteger serialNumber,
java.lang.String policyOid,
java.net.URL policyUrl,
CertType certificateType) |
Generate an end user certificate from a CSR.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.