OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OIDName
(Results
1 - 7
of
7
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
OIDName.java
33
* This class implements the
OIDName
as required by the GeneralNames
42
public class
OIDName
implements GeneralNameInterface {
46
* Create the
OIDName
object from the passed encoded Der value.
48
* @param derValue the encoded DER
OIDName
.
51
public
OIDName
(DerValue derValue) throws IOException {
56
* Create the
OIDName
object with the specified name.
58
* @param name the
OIDName
.
60
public
OIDName
(ObjectIdentifier oid) {
65
* Create the
OIDName
from the String form of the OID
67
* @param name the
OIDName
in form "x.y.z...
[
all
...]
GeneralName.java
141
name = new
OIDName
(encName);
GeneralSubtrees.java
276
(new
OIDName
(new ObjectIdentifier((int[])null)));
X509CertImpl.java
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java
72
import sun.security.x509.
OIDName
;
518
GeneralName san8 = new GeneralName(new
OIDName
("1.2.3.4444.55555"));
[
all
...]
/libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java
[
all
...]
/libcore/
openjdk_java_files.mk
[
all
...]
Completed in 66 milliseconds