OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMSException
(Results
1 - 18
of
18
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignerDigestMismatchException.java
4
extends
CMSException
CMSVerifierCertificateNotValidException.java
4
extends
CMSException
CMSException.java
3
public class
CMSException
8
public
CMSException
(
14
public
CMSException
(
CMSReadable.java
9
throws IOException,
CMSException
;
CMSProcessable.java
18
throws IOException,
CMSException
;
SignerInformation.java
339
throws
CMSException
350
throw new
CMSException
("can't create content verifier: " + e.getMessage(), e);
394
throw new
CMSException
("data not encapsulated in signature - use detached constructor.");
418
throw new
CMSException
("can't process mime object to create signature.", e);
422
throw new
CMSException
("can't create digest calculator: " + e.getMessage(), e);
433
throw new
CMSException
("The content-type attribute type MUST be present whenever signed attributes are present in signed-data");
440
throw new
CMSException
("[For counter signatures,] the signedAttributes field MUST NOT contain a content-type attribute");
445
throw new
CMSException
("content-type attribute value not of ASN.1 type 'OBJECT IDENTIFIER'");
452
throw new
CMSException
("content-type attribute value does not match eContentType");
464
throw new
CMSException
("A cmsAlgorithmProtect attribute MUST be a signed attribute")
[
all
...]
CMSUtils.java
144
throws
CMSException
152
throws
CMSException
159
throws
CMSException
176
throw new
CMSException
("error processing certs", e);
181
throws
CMSException
198
throw new
CMSException
("error processing certs", e);
204
throws
CMSException
240
throw new
CMSException
("error processing certs", e);
318
throws
CMSException
325
throw new
CMSException
("No content found.")
[
all
...]
CMSSignedData.java
87
throws
CMSException
95
throws
CMSException
109
throws
CMSException
123
throws
CMSException
133
throws
CMSException
141
throws
CMSException
157
throws IOException,
CMSException
176
throws
CMSException
185
throws
CMSException
214
throws
CMSException
[
all
...]
CMSAbsentContent.java
35
throws IOException,
CMSException
PasswordRecipient.java
42
throws
CMSException
;
45
throws
CMSException
;
CMSProcessableByteArray.java
41
throws IOException,
CMSException
CMSSignedDataGenerator.java
66
throws
CMSException
82
throws
CMSException
165
throw new
CMSException
("data processing exception: " + e.getMessage(), e);
227
throws
CMSException
CMSSignedGenerator.java
115
* @throws
CMSException
if the certificate cannot be encoded for adding.
119
throws
CMSException
128
* @throws
CMSException
if the certificates cannot be encoded for adding.
132
throws
CMSException
151
* @throws
CMSException
if the CRLs cannot be encoded for adding.
155
throws
CMSException
164
* @throws
CMSException
if the attribute certificate cannot be encoded for adding.
168
throws
CMSException
177
* @throws
CMSException
if the attribute certificate cannot be encoded for adding.
181
throws
CMSException
[
all
...]
PKCS7ProcessableObject.java
32
throws IOException,
CMSException
SignerInfoGenerator.java
171
throws
CMSException
238
throw new
CMSException
("encoding error.", e);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cmc/
SimplePKIResponse.java
9
import org.bouncycastle.cms.
CMSException
;
63
catch (
CMSException
e)
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java
46
import org.bouncycastle.cms.
CMSException
;
171
throws
CMSException
193
throw new
CMSException
("cannot create key agreement: " + e.getMessage(), e);
/build/make/tools/signapk/src/com/android/signapk/
SignApk.java
25
import org.bouncycastle.cms.
CMSException
;
318
CMSException
{
766
CMSException
{
[
all
...]
Completed in 2877 milliseconds