class CMSUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.Runtime |
RUNTIME |
| Constructor and Description |
|---|
CMSUtils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ASN1Set |
createBerSetFromList(java.util.List derObjects) |
(package private) static ASN1Set |
createDerSetFromList(java.util.List derObjects) |
(package private) static java.util.List |
getCertificatesFromStore(java.security.cert.CertStore certStore) |
(package private) static java.util.List |
getCRLsFromStore(java.security.cert.CertStore certStore) |
(package private) static int |
getMaximumMemory() |
private static ContentInfo |
readContentInfo(ASN1InputStream in) |
(package private) static ContentInfo |
readContentInfo(byte[] input) |
(package private) static ContentInfo |
readContentInfo(java.io.InputStream input) |
static byte[] |
streamToByteArray(java.io.InputStream in) |
static int getMaximumMemory()
static ContentInfo readContentInfo(byte[] input) throws CMSException
CMSExceptionstatic ContentInfo readContentInfo(java.io.InputStream input) throws CMSException
CMSExceptionstatic java.util.List getCertificatesFromStore(java.security.cert.CertStore certStore)
throws java.security.cert.CertStoreException,
CMSException
java.security.cert.CertStoreExceptionCMSExceptionstatic java.util.List getCRLsFromStore(java.security.cert.CertStore certStore)
throws java.security.cert.CertStoreException,
CMSException
java.security.cert.CertStoreExceptionCMSExceptionstatic ASN1Set createBerSetFromList(java.util.List derObjects)
static ASN1Set createDerSetFromList(java.util.List derObjects)
private static ContentInfo readContentInfo(ASN1InputStream in) throws CMSException
CMSExceptionpublic static byte[] streamToByteArray(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.