Java org.bouncycastle.mail.smime SMIMEUtil fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.mail.smime SMIMEUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.mail.smime SMIMEUtil.

The text is from its open source code.

Method

IssuerAndSerialNumbercreateIssuerAndSerialNumberFor(X509Certificate cert)
Return a CMS IssuerAndSerialNumber structure for the passed in X.509 certificate.
MimeBodyParttoMimeBodyPart(byte[] content)
return the MimeBodyPart described in the raw bytes provided in content
MimeBodyParttoMimeBodyPart(InputStream content)
return the MimeBodyPart described in the input stream content
FileBackedMimeBodyParttoMimeBodyPart(CMSTypedStream content)
return a file backed MimeBodyPart described in CMSTypedStream content.