|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.X509ExtensionSet
public class X509ExtensionSet
Represents a set of X.509 extensions.
Constructor Summary | |
---|---|
X509ExtensionSet()
Creates an empty X509ExtensionSet object. |
Method Summary | |
---|---|
X509Extension |
add(X509Extension extension)
Adds a X509Extension object to this set. |
void |
clear()
Removes all extensions from the set. |
X509Extension |
get(java.lang.String oid)
Retrieves X509Extension by given oid. |
boolean |
isEmpty()
Returns if the set is empty. |
java.util.Set |
oidSet()
Returns a set view of the OIDs of the extensions contained in this extension set. |
X509Extension |
remove(java.lang.String oid)
Removes X509Extension by given oid. |
int |
size()
Returns the size of the set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509ExtensionSet()
Method Detail |
---|
public X509Extension add(X509Extension extension)
extension
- the extension to add
public X509Extension get(java.lang.String oid)
oid
- the oid of the extension to retrieve.
public X509Extension remove(java.lang.String oid)
oid
- the oid of the extension to remove.
public int size()
public boolean isEmpty()
public void clear()
public java.util.Set oidSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |