< prev index next >

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

Print this page

        

*** 178,188 **** derEncode(out); } /** * DER encode this object onto an output stream. ! * Implements the <code>DerEncoder</code> interface. * * @param out * the output stream on which to write the DER encoding. * * @exception IOException on encoding error. --- 178,188 ---- derEncode(out); } /** * DER encode this object onto an output stream. ! * Implements the {@code DerEncoder} interface. * * @param out * the output stream on which to write the DER encoding. * * @exception IOException on encoding error.
*** 452,462 **** /* * Extracts a timestamp from a PKCS7 SignerInfo. * * Examines the signer's unsigned attributes for a ! * <tt>signatureTimestampToken</tt> 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. * --- 452,462 ---- /* * Extracts a timestamp from a PKCS7 SignerInfo. * * Examines the signer's unsigned attributes for a ! * {@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 >