edu.vt.middleware.crypt.x509.types
Class AccessDescription

java.lang.Object
  extended by edu.vt.middleware.crypt.x509.types.AccessDescription

public class AccessDescription
extends Object

Representation of the AccessDescription type described in section 4.2.2.1 of RFC 2459.

Version:
$Revision: 2745 $
Author:
Middleware Services

Constructor Summary
AccessDescription(AccessMethod method, GeneralName location)
          Creates a new instance with the given access method and location.
 
Method Summary
 boolean equals(Object obj)
          
 GeneralName getAccessLocation()
           
 AccessMethod getAccessMethod()
           
 int hashCode()
          
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDescription

public AccessDescription(AccessMethod method,
                         GeneralName location)
Creates a new instance with the given access method and location.

Parameters:
method - Access method; cannot be null.
location - Access location; cannot be null.
Method Detail

getAccessMethod

public AccessMethod getAccessMethod()
Returns:
Access method.

getAccessLocation

public GeneralName getAccessLocation()
Returns:
Access location.

toString

public String toString()
Overrides:
toString in class Object
Returns:
String indicating the type of qualifier followed by a string representation of the qualifier.

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object


Copyright © 2003-2013 Virginia Tech. All Rights Reserved.