We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b53f8 commit 8c5533aCopy full SHA for 8c5533a
src/main/java/com/siemens/pki/cmpracomponent/configuration/Configuration.java
@@ -118,7 +118,8 @@ default PersistencyInterface getPersistency() {
118
* generalInfo field or <code>null</code> if no certificate
119
* profile was specified
120
* @param infoTypeOid infoType OID extracted from an GENM PKI message
121
- * @return an a handler instance
+ * @return a handler instance or <code>null</code> if the GENM shall be
122
+ * forwarded to the next upstream PKI management entity
123
*/
124
SupportMessageHandlerInterface getSupportMessageHandler(String certProfile, String infoTypeOid);
125
0 commit comments