Class AccessDescription
java.lang.Object
org.mozilla.jss.netscape.security.extensions.AccessDescription
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) GeneralName
(package private) ObjectIdentifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
For serialization Note that GeneralName is not serializable.private void
For serialization: Note that GeneralName is not serializable.
-
Field Details
-
mOID
ObjectIdentifier mOID -
mLocation
GeneralName mLocation
-
-
Constructor Details
-
AccessDescription
AccessDescription(ObjectIdentifier oid, GeneralName location)
-
-
Method Details
-
getMethod
-
getLocation
-
writeObject
For serialization: Note that GeneralName is not serializable. That is why we need to define our own serialization method.- Throws:
IOException
-
readObject
For serialization Note that GeneralName is not serializable. That is why we need to define our own serialization method.- Throws:
IOException
-