Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Bouncy Castle 中创建一个空的 PGPKeyRing 或 PGPKeyRingCollection?
这对我有用
PGPSSecretKeyRingCollection aSecretKeyRingCollection = new PGPSecretKeyRingCollection(new ArrayList<>());