StaticNewAdvancedCertificateVerifier instead@Deprecated public class InMemoryRpkTrustStore extends Object implements TrustedRpkStore
| Constructor and Description |
|---|
InMemoryRpkTrustStore(Set<org.eclipse.californium.elements.auth.RawPublicKeyIdentity> trustedRPKS)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrusted(org.eclipse.californium.elements.auth.RawPublicKeyIdentity id)
Deprecated.
Is the given raw public key trusted?
|
public InMemoryRpkTrustStore(Set<org.eclipse.californium.elements.auth.RawPublicKeyIdentity> trustedRPKS)
trustedRPKS - the list of raw public key identities that are trustedpublic boolean isTrusted(org.eclipse.californium.elements.auth.RawPublicKeyIdentity id)
TrustedRpkStoreisTrusted in interface TrustedRpkStoreid - the identity of the public keyCopyright © 2023 Eclipse Foundation. All rights reserved.