| Package | Description |
|---|---|
| sun.security.pkcs.android |
| Constructor and Description |
|---|
ContentInfo(DerInputStream derin)
Parses a PKCS#7 content info.
|
ContentInfo(DerInputStream derin,
boolean oldStyle)
Parses a PKCS#7 content info.
|
PKCS7(byte[] bytes)
Unmarshals a PKCS7 block from its encoded form, parsing the
encoded bytes.
|
PKCS7(DerInputStream derin)
Unmarshals a PKCS7 block from its encoded form, parsing the
encoded bytes from the DerInputStream.
|
PKCS7(java.io.InputStream in)
Unmarshals a PKCS7 block from its encoded form, parsing the
encoded bytes from the InputStream.
|
SignerInfo(DerInputStream derin)
Parses a PKCS#7 signer info.
|
SignerInfo(DerInputStream derin,
boolean oldStyle)
Parses a PKCS#7 signer info.
|
Copyright © 2020. All Rights Reserved.