| |
|
| java.lang.Object sun.security.pkcs.ContentInfo
ContentInfo | public class ContentInfo (Code) | | A ContentInfo type, as defined in PKCS#7.
version: 1.19 author: Benjamin Renaud |
ContentInfo | public ContentInfo(byte[] bytes)(Code) | | Make a contentInfo of type data.
|
ContentInfo | public ContentInfo(DerInputStream derin, boolean oldStyle) throws IOException, ParsingException(Code) | | Parses a PKCS#7 content info.
This constructor is used only for backwards compatibility with
PKCS#7 blocks that were generated using JDK1.1.x.
Parameters: derin - the ASN.1 encoding of the content info. Parameters: oldStyle - flag indicating whether or not the given content infois encoded according to JDK1.1.x. |
getContentBytes | public byte[] getContentBytes() throws IOException(Code) | | Returns a byte array representation of the data held in
the content field.
|
|
|
|