OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticatedattributes
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java
32
*
authenticatedAttributes
is a set of attributes that are signed (i.e., authenticated) by the signer
34
final class
AuthenticatedAttributes
{
36
private final List<AttributeTypeAndValue>
authenticatedAttributes
;
38
private
AuthenticatedAttributes
(byte[] encoding,
39
List<AttributeTypeAndValue>
authenticatedAttributes
) {
41
this.
authenticatedAttributes
=
authenticatedAttributes
;
45
return
authenticatedAttributes
;
49
* Returns ASN.1 encoded form of this
authenticatedAttributes
.
61
return new
AuthenticatedAttributes
(in.getEncoded()
[
all
...]
SignerInfo.java
48
*
authenticatedAttributes
62
private final
AuthenticatedAttributes
authenticatedAttributes
;
70
AuthenticatedAttributes
authenticatedAttributes
,
78
this.
authenticatedAttributes
=
authenticatedAttributes
;
109
if (
authenticatedAttributes
== null) {
112
return
authenticatedAttributes
.getAttributes();
121
if (
authenticatedAttributes
== null)
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerInfo.java
24
private ASN1Set
authenticatedAttributes
;
48
ASN1Set
authenticatedAttributes
,
64
this.
authenticatedAttributes
=
authenticatedAttributes
;
73
Attributes
authenticatedAttributes
,
89
this.
authenticatedAttributes
= ASN1Set.getInstance(
authenticatedAttributes
);
111
authenticatedAttributes
= ASN1Set.getInstance((ASN1TaggedObject)obj, false);
117
authenticatedAttributes
= null;
145
return
authenticatedAttributes
;
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
AuthenticatedAttributesTest.java
40
//
AuthenticatedAttributes
is not public and can be created
46
assertNotNull("Decoded
AuthenticatedAttributes
is null",
48
assertEquals("Decoded
AuthenticatedAttributes
size is incorrect",
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java
170
// If the
authenticatedAttributes
field of SignerInfo contains more than zero attributes,
183
// If the
authenticatedAttributes
field contains the message-digest attribute,
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 81 milliseconds