|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sap.security.core.server.ssf.SsfSigRcpList
Class for representing a list of signer or recipients,
SsfSigRcpInfo| Constructor Summary | |
SsfSigRcpList()
|
|
| Method Summary | |
boolean |
add(SsfSigRcpInfo info)
Add an entry to the list. |
boolean |
checkInitialCerts(ISsfPab pab,
boolean all)
For all entries with status SSF_INITIAL, check if the
entry's certificate is valid and trusted and change its status to
SSF_OK, SSF_NO_CERTIFICATE,
SSF_INVALID_CERT or SSF_UNTRUSTED_CERT. |
void |
clear()
Clear the list. |
SsfSigRcpInfo |
get(int i)
Get the i-th entry from the list. |
void |
setInitial()
Set the status of all entries to SSF_INITIAL. |
int |
size()
Get the size of the list. |
java.lang.String |
toString()
Get description of the signer/recipient list |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SsfSigRcpList()
| Method Detail |
public boolean add(SsfSigRcpInfo info)
info - signer/recipient info to be added.public void clear()
public int size()
public SsfSigRcpInfo get(int i)
IndexOutOfBoundsException - if index is out of range
(index < 0 || index >= size()).public void setInitial()
SSF_INITIAL.
public boolean checkInitialCerts(ISsfPab pab,
boolean all)
SSF_INITIAL, check if the
entry's certificate is valid and trusted and change its status to
SSF_OK, SSF_NO_CERTIFICATE,
SSF_INVALID_CERT or SSF_UNTRUSTED_CERT.pab - Private address book containg the trusted root certificatesall - Determine how single checks are combined to a overall result.
If true, all checks must be sucessful.
If false, one check must be sucessful.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||