Skip to content

Commit ed6e881

Browse files
committed
JavaDoc
1 parent 9b55a17 commit ed6e881

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prov/src/main/java/org/bouncycastle/jcajce/ExternalPublicKey.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
import org.bouncycastle.jcajce.util.MessageDigestUtils;
1414
import org.bouncycastle.util.Arrays;
1515

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+
*/
1621
public class ExternalPublicKey
1722
implements PublicKey
1823
{

0 commit comments

Comments
 (0)