OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherObjectTypeID
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
ObjectDigestInfo.java
25
*
otherObjectTypeID
OBJECT IDENTIFIER OPTIONAL,
53
DERObjectIdentifier
otherObjectTypeID
;
87
* {@link #publicKey} <code>
otherObjectTypeID
</code> must be given,
91
* @param
otherObjectTypeID
The object type ID for
98
String
otherObjectTypeID
,
105
this.
otherObjectTypeID
= new DERObjectIdentifier(
otherObjectTypeID
);
128
otherObjectTypeID
= DERObjectIdentifier.getInstance(seq.getObjectAt(1));
144
return
otherObjectTypeID
;
169
*
otherObjectTypeID
OBJECT IDENTIFIER OPTIONAL
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java
112
* passed. <code>
otherObjectTypeID
</code> must not be empty.
119
* @param
otherObjectTypeID
The object type ID if
125
String digestAlgorithm, String
otherObjectTypeID
, byte[] objectDigest)
128
otherObjectTypeID
, new AlgorithmIdentifier(digestAlgorithm), Arrays
141
* passed. <code>
otherObjectTypeID
</code> must not be empty.
Completed in 6444 milliseconds