Uses of Enum
org.snmp4j.transport.tls.SecurityNameMapping.CertMappingType
Packages that use SecurityNameMapping.CertMappingType
-
Uses of SecurityNameMapping.CertMappingType in org.snmp4j.transport.tls
Methods in org.snmp4j.transport.tls that return SecurityNameMapping.CertMappingTypeModifier and TypeMethodDescriptionSecurityNameMapping.getType()
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.Methods in org.snmp4j.transport.tls with parameters of type SecurityNameMapping.CertMappingTypeModifier and TypeMethodDescriptionvoid
DefaultTlsTmSecurityCallback.addSecurityNameMapping
(OctetString fingerprint, SecurityNameMapping.CertMappingType type, OctetString data, OctetString securityName) Adds a mapping to derive a security name from a certificate.DefaultTlsTmSecurityCallback.removeSecurityNameMapping
(OctetString fingerprint, SecurityNameMapping.CertMappingType type, OctetString data) Constructors in org.snmp4j.transport.tls with parameters of type SecurityNameMapping.CertMappingTypeModifierConstructorDescriptionSecurityNameMapping
(OctetString fingerprint, OctetString data, SecurityNameMapping.CertMappingType type, OctetString securityName)