|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas.security.auth.JGroup
org.objectweb.jonas.security.auth.JSigned
public class JSigned
Class used to store a signature.
| Constructor Summary | |
|---|---|
JSigned(byte[] signature)
Default constructor. |
|
| Method Summary | |
|---|---|
byte[] |
getSignature()
Gets the signature. |
| Methods inherited from class org.objectweb.jonas.security.auth.JGroup |
|---|
addMember, equals, getName, hashCode, isMember, members, removeMember, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JSigned(byte[] signature)
signature - the given array of bytes.| Method Detail |
|---|
public byte[] getSignature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||