OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKCS9Attribute
(Results
1 - 10
of
10
) sorted by null
/libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS9Attributes.java
38
* A set of attributes of class
PKCS9Attribute
.
46
private final Hashtable<ObjectIdentifier,
PKCS9Attribute
> attributes =
47
new Hashtable<ObjectIdentifier,
PKCS9Attribute
>(3);
61
* Contols how attributes, which are not recognized by the
PKCS9Attribute
71
* class
PKCS9Attribute
.
82
* @see
PKCS9Attribute
105
* supported by class
PKCS9Attribute
and reject any unsupported
113
* @see
PKCS9Attribute
122
* supported by class
PKCS9Attribute
and ignore any unsupported
127
* not supported by the
PKCS9Attribute
class are ignored. Otherwis
[
all
...]
PKCS9Attribute.java
180
public class
PKCS9Attribute
implements DerEncoder {
423
public
PKCS9Attribute
(ObjectIdentifier oid, Object value)
444
public
PKCS9Attribute
(String name, Object value)
451
" constructing
PKCS9Attribute
.");
466
" constructing
PKCS9Attribute
; was " +
475
* Construct a
PKCS9Attribute
from its encoding on an input
481
public
PKCS9Attribute
(DerValue derVal) throws IOException {
487
throw new IOException("Excess data parsing
PKCS9Attribute
");
490
throw new IOException("
PKCS9Attribute
doesn't have two components");
SignerInfo.java
332
PKCS9Attribute
.CONTENT_TYPE_OID);
340
PKCS9Attribute
.MESSAGE_DIGEST_OID);
/libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java
37
import sun.security.pkcs.
PKCS9Attribute
;
575
if (attrOID.equals((Object)
PKCS9Attribute
.EMAIL_ADDRESS_OID)) {
AVA.java
39
import sun.security.pkcs.
PKCS9Attribute
;
384
if (this.oid.equals(
PKCS9Attribute
.EMAIL_ADDRESS_OID) ||
518
if (this.oid.equals(
PKCS9Attribute
.EMAIL_ADDRESS_OID) ||
[
all
...]
RDN.java
38
import sun.security.pkcs.
PKCS9Attribute
;
X500Name.java
38
import sun.security.pkcs.
PKCS9Attribute
;
[
all
...]
/libcore/ojluni/src/main/java/sun/security/util/
SignatureFileVerifier.java
532
PKCS9Attribute
timestampTokenAttr =
/libcore/
openjdk_java_files.mk
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 51 milliseconds