kwin commented on issue #301: URL: https://github.com/apache/maven-gpg-plugin/issues/301#issuecomment-3580408324
As far as I can see the key ring material (byte array) is always parsed in https://github.com/apache/maven-gpg-plugin/blob/8a46455fba7d315ce7fdc9d5bdaddd890753886e/src/main/java/org/apache/maven/plugins/gpg/BcSigner.java#L304. That is a collection of PGPSecretKeyRing instances where each exposes potentially multiple keys (one master and multiple subkeys). Although the lookup could probably be improved I fail to see how that does not support subkeys right now. Will try to come up with a test case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
