src/java.base/share/classes/sun/security/provider/certpath/ResponderId.java
changeset 47471 304ef03403b1
parent 47216 71c04702a3d5
equal deleted inserted replaced
47470:359c604930af 47471:304ef03403b1
   117     /**
   117     /**
   118      * Constructs a {@code ResponderId} object using a {@code PublicKey}.
   118      * Constructs a {@code ResponderId} object using a {@code PublicKey}.
   119      * When encoded in DER this object will use the byKey option, a
   119      * When encoded in DER this object will use the byKey option, a
   120      * SHA-1 hash of the responder's public key.
   120      * SHA-1 hash of the responder's public key.
   121      *
   121      *
   122      * @param pubKey the the OCSP responder's public key
   122      * @param pubKey the OCSP responder's public key
   123      *
   123      *
   124      * @throws IOException if the internal DER-encoding of the
   124      * @throws IOException if the internal DER-encoding of the
   125      *      {@code KeyIdentifier} fails.
   125      *      {@code KeyIdentifier} fails.
   126      */
   126      */
   127     public ResponderId(PublicKey pubKey) throws IOException {
   127     public ResponderId(PublicKey pubKey) throws IOException {