Package netscape.security.extensions
Class AccessDescription
- java.lang.Object
-
- netscape.security.extensions.AccessDescription
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessDescription extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralName
getLocation()
ObjectIdentifier
getMethod()
-
-
-
Method Detail
-
getMethod
public ObjectIdentifier getMethod()
-
getLocation
public GeneralName getLocation()
-
-