|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerInternalException | |
|---|---|
| org.openxri.server.impl | |
| Uses of ServerInternalException in org.openxri.server.impl |
|---|
| Methods in org.openxri.server.impl that throw ServerInternalException | |
|---|---|
protected void |
TrustedServer.finishXRD(XRD xrd,
Authority parentAuthority,
SubSegment subSegment,
Authority authority,
boolean bSigned)
|
protected void |
BasicServer.finishXRD(XRD xrd,
Authority parentAuthority,
SubSegment subSegment,
Authority authority,
boolean signed)
|
protected abstract void |
AbstractServer.finishXRD(XRD xrd,
Authority parent,
SubSegment subSegment,
Authority authority,
boolean signed)
Called before the server adds the XRD to the XRDS and moves on to the next authority. |
protected void |
BasicServer.finishXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
|
protected abstract void |
AbstractServer.finishXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
Called before the XRDS is sent out by the server. |
protected java.security.cert.X509Certificate[] |
TrustedServer.getCertificateChain()
This method will read a certificate chain from a file and return it. |
protected java.security.PrivateKey |
TrustedServer.getPrivateKey()
This method will read a private key from a file and return it. |
protected boolean |
TrustedServer.initXRD(XRD xrd,
Authority parentAuthority,
java.lang.String subSegmentName,
boolean signed)
|
protected boolean |
BasicServer.initXRD(XRD xrd,
Authority parentAuthority,
java.lang.String subSegmentName,
boolean signed)
|
protected abstract boolean |
AbstractServer.initXRD(XRD xrd,
Authority parent,
java.lang.String subSegmentName,
boolean signed)
Called before anything is added to a fresh XRD. |
protected boolean |
TrustedServer.initXRDS(XRDS xrds,
java.lang.String query,
boolean bSigned)
|
protected boolean |
BasicServer.initXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
|
protected abstract boolean |
AbstractServer.initXRDS(XRDS xrds,
java.lang.String query,
boolean signed)
Called before the server starts processing the request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||