| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert | |
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method and Description |
|---|---|
CertType |
CertificateBuilder.getCertType() |
| Modifier and Type | Method and Description |
|---|---|
CertificateBuilder |
CertificateBuilder.withCertType(CertType certType) |
| Modifier and Type | Method and Description |
|---|---|
static CertType |
CertType.newInstance(int id)
Return the enum instance represented by the given integer value.
|
static CertType |
CertType.valueOf(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 and Description |
|---|---|
X509Certificate |
IAsymmetricCipherSuite.createCert(org.bouncycastle.asn1.x509.GeneralName[] subjectAlternativeNames,
org.bouncycastle.pkcs.PKCS10CertificationRequest csr,
org.bouncycastle.asn1.x500.X500Name principal,
Date notBefore,
Date notAfter,
URL ocspUrl,
PrivateKey caPrivKey,
X509Certificate caCert,
BigInteger serialNumber,
String policyOid,
URL policyUrl,
CertType certificateType)
Generate an end user certificate from a CSR.
|
X509Certificate |
IAsymmetricCipherSuite.createCert(org.bouncycastle.asn1.x509.GeneralName[] subjectAlternativeNames,
PublicKey pubKey,
org.bouncycastle.asn1.x500.X500Name principal,
Date notBefore,
Date notAfter,
URL ocspUrl,
PrivateKey caPrivKey,
X509Certificate caCert,
BigInteger serialNumber,
String policyOid,
URL policyUrl,
CertType certificateType)
Generate an end user certificate.
|
X509Certificate |
IAsymmetricCipherSuite.createCert(String subjectRfc822AlternativeName,
PublicKey pubKey,
org.bouncycastle.asn1.x500.X500Name principal,
Date notBefore,
Date notAfter,
URL ocspUrl,
PrivateKey caPrivKey,
X509Certificate caCert,
BigInteger serialNumber,
String policyOid,
URL policyUrl,
CertType certificateType)
Generate an end user certificate.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.