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 9b55a17 commit ed6e881Copy full SHA for ed6e881
prov/src/main/java/org/bouncycastle/jcajce/ExternalPublicKey.java
@@ -13,6 +13,11 @@
13
import org.bouncycastle.jcajce.util.MessageDigestUtils;
14
import org.bouncycastle.util.Arrays;
15
16
+/**
17
+ * Wrapper class which returns an "ExternalValue" for the public key encoding. In this case
18
+ * the key encoding is a hash and the actual key needs to be looked up somewhere else. Useful
19
+ * for where the public keys are really large but it's required to keep certificates small.
20
+ */
21
public class ExternalPublicKey
22
implements PublicKey
23
{
0 commit comments