|
Oracle Security Developer Tools Security Engine Java API Reference 10g (10.1.4.0.1) B28175-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.crypto.cert.Entity
A class that represents an entity, such as a person, an object, or a holder of a certificate.
One notion which is common to all entity classes is the name of the entity, represented by a string. Subclasses may introduce additional properties.
Certificate| Constructor Summary | |
Entity()Creates a new, unnamed entity. |
|
Entity(java.lang.String name)Creates a new entity with the given name. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)Returns true if and the only if the specified object is an Entity with the same name. |
java.lang.String |
getName()Returns the name of this entity. |
void |
initialize(byte[] data)Deprecated. No replacement. |
byte[] |
save()Deprecated. No replacement. |
void |
setName(java.lang.String name)Sets the name of this entity. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Entity()
public Entity(java.lang.String name)
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean equals(java.lang.Object obj)
Entity with the same name.public void initialize(byte[] data)
public byte[] save()
|
Oracle Security Developer Tools Security Engine Java API Reference 10g (10.1.4.0.1) B28175-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||