문제

Can anyone tell me if there is an easy way in xades4j to get a signing certificate from a pkcs12 using his alias ?

도움이 되었습니까?

해결책

The KeyStoreKeyingDataProvider.SigningCertSelector interface is missing the entry alias. If you really need it now, you can change the KeyStoreKeyingDataProvider.SigningCertSelector interface and the code on KeyStoreKeyingDataProvider. Probably the SigningCertSelector should receive a list of "pairs" {alias, certificate}.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top