< prev index next >

src/java.base/share/classes/sun/security/pkcs/SignerInfo.java

Print this page

        

@@ -178,11 +178,11 @@
         derEncode(out);
     }
 
     /**
      * DER encode this object onto an output stream.
-     * Implements the <code>DerEncoder</code> interface.
+     * Implements the {@code DerEncoder} interface.
      *
      * @param out
      * the output stream on which to write the DER encoding.
      *
      * @exception IOException on encoding error.

@@ -452,11 +452,11 @@
 
     /*
      * Extracts a timestamp from a PKCS7 SignerInfo.
      *
      * Examines the signer's unsigned attributes for a
-     * <tt>signatureTimestampToken</tt> attribute. If present,
+     * {@code signatureTimestampToken} attribute. If present,
      * then it is parsed to extract the date and time at which the
      * timestamp was generated.
      *
      * @param info A signer information element of a PKCS 7 block.
      *
< prev index next >