validateKeyMaterialSupported() — netty Function Reference
Architecture documentation for the validateKeyMaterialSupported() function in OpenSslKeyMaterialProvider.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 02d217fc_0044_e8f7_28eb_bd951f658c96["validateKeyMaterialSupported()"] 738f20d6_5be5_1429_78fc_40bccc7b3b90["OpenSslKeyMaterialProvider"] 02d217fc_0044_e8f7_28eb_bd951f658c96 -->|defined in| 738f20d6_5be5_1429_78fc_40bccc7b3b90 b6527f12_42f4_a739_b702_4731088cea91["validateSupported()"] 02d217fc_0044_e8f7_28eb_bd951f658c96 -->|calls| b6527f12_42f4_a739_b702_4731088cea91 style 02d217fc_0044_e8f7_28eb_bd951f658c96 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/OpenSslKeyMaterialProvider.java lines 42–47
static void validateKeyMaterialSupported(X509Certificate[] keyCertChain, PrivateKey key, String keyPassword,
boolean allowSignatureFallback)
throws SSLException {
validateSupported(keyCertChain);
validateSupported(key, keyPassword, allowSignatureFallback);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does validateKeyMaterialSupported() do?
validateKeyMaterialSupported() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/OpenSslKeyMaterialProvider.java.
Where is validateKeyMaterialSupported() defined?
validateKeyMaterialSupported() is defined in handler/src/main/java/io/netty/handler/ssl/OpenSslKeyMaterialProvider.java at line 42.
What does validateKeyMaterialSupported() call?
validateKeyMaterialSupported() calls 1 function(s): validateSupported.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free