| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateList |
CertificateList.clone() |
CertificateList |
CertificateList.withSigningAlg(SigningAlg signingAlg)
The certificate chain algorithm provided by sidewalk.
|
CertificateList |
CertificateList.withSigningAlg(String signingAlg)
The certificate chain algorithm provided by sidewalk.
|
CertificateList |
CertificateList.withValue(String value)
The value of the chosen sidewalk certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateList> |
SidewalkDevice.getDeviceCertificates()
The sidewalk device certificates for Ed25519 and P256r1.
|
List<CertificateList> |
SidewalkListDevice.getDeviceCertificates()
The sidewalk device certificates for Ed25519 and P256r1.
|
List<CertificateList> |
SidewalkDevice.getPrivateKeys()
The Sidewalk device private keys that will be used for onboarding the device.
|
| Modifier and Type | Method and Description |
|---|---|
SidewalkDevice |
SidewalkDevice.withDeviceCertificates(CertificateList... deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
|
SidewalkListDevice |
SidewalkListDevice.withDeviceCertificates(CertificateList... deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
|
SidewalkDevice |
SidewalkDevice.withPrivateKeys(CertificateList... privateKeys)
The Sidewalk device private keys that will be used for onboarding the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SidewalkDevice.setDeviceCertificates(Collection<CertificateList> deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
|
void |
SidewalkListDevice.setDeviceCertificates(Collection<CertificateList> deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
|
void |
SidewalkDevice.setPrivateKeys(Collection<CertificateList> privateKeys)
The Sidewalk device private keys that will be used for onboarding the device.
|
SidewalkDevice |
SidewalkDevice.withDeviceCertificates(Collection<CertificateList> deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
|
SidewalkListDevice |
SidewalkListDevice.withDeviceCertificates(Collection<CertificateList> deviceCertificates)
The sidewalk device certificates for Ed25519 and P256r1.
|
SidewalkDevice |
SidewalkDevice.withPrivateKeys(Collection<CertificateList> privateKeys)
The Sidewalk device private keys that will be used for onboarding the device.
|
Copyright © 2024. All rights reserved.