Package | Description |
---|---|
org.snmp4j.transport.tls |
Modifier and Type | Method and Description |
---|---|
SecurityNameMapping.CertMappingType |
SecurityNameMapping.getType() |
static SecurityNameMapping.CertMappingType |
SecurityNameMapping.CertMappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityNameMapping.CertMappingType[] |
SecurityNameMapping.CertMappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTlsTmSecurityCallback.addSecurityNameMapping(OctetString fingerprint,
SecurityNameMapping.CertMappingType type,
OctetString data,
OctetString securityName)
Adds a mapping to derive a security name from a certificate.
|
OctetString |
DefaultTlsTmSecurityCallback.removeSecurityNameMapping(OctetString fingerprint,
SecurityNameMapping.CertMappingType type,
OctetString data) |
Constructor and Description |
---|
SecurityNameMapping(OctetString fingerprint,
OctetString data,
SecurityNameMapping.CertMappingType type,
OctetString securityName) |
Copyright © 2018 SNMP4J.org. All rights reserved.