Searched refs:accessMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAccessDescription.java41 private ObjectIdentifier accessMethod; field in class:AccessDescription
57 public AccessDescription(ObjectIdentifier accessMethod, GeneralName accessLocation) { argument
58 this.accessMethod = accessMethod;
64 accessMethod = derIn.getOID();
69 return accessMethod;
78 tmp.putOID(accessMethod);
85 myhash = accessMethod.hashCode() + accessLocation.hashCode();
99 return (accessMethod.equals(that.getAccessMethod()) &&
105 if (accessMethod
[all...]

Completed in 27 milliseconds