| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert | |
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method and Description |
|---|---|
void |
ISignatureVerificationCertificate.verifySignature(byte[] signature,
byte[] payload) |
void |
ISignatureVerificationCertificate.verifySignature(com.google.protobuf.ByteString signature,
byte[] payload) |
| 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.
|
void |
IAsymmetricCipherSuite.verifySignature(byte[] encodedSignature,
byte[] data,
Certificate certificate) |
void |
IAsymmetricCipherSuite.verifySignature(byte[] encodedSignature,
byte[] data,
PublicKey publicKey) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.