문제

Is the RsaSHA256Signer thread safe and reusable or is it intended to be one-time use only?

도움이 되었습니까?

해결책

Yes RsaSHA256Signer is thread safe and reusable. It uses java.security.Signature to create the signature.

http://docs.oracle.com/javase/7/docs/api/java/security/Signature.html

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