public final class AccessDescription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ObjectIdentifier |
Ad_CAISSUERS_Id |
static ObjectIdentifier |
Ad_OCSP_Id |
| Constructor and Description |
|---|
AccessDescription(DerValue derValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out) |
boolean |
equals(java.lang.Object obj) |
GeneralName |
getAccessLocation() |
ObjectIdentifier |
getAccessMethod() |
int |
hashCode() |
java.lang.String |
toString() |
public static final ObjectIdentifier Ad_OCSP_Id
public static final ObjectIdentifier Ad_CAISSUERS_Id
public AccessDescription(DerValue derValue) throws java.io.IOException
java.io.IOExceptionpublic ObjectIdentifier getAccessMethod()
public GeneralName getAccessLocation()
public void encode(DerOutputStream out) throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.