|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<RespondWith>
RespondWith
public enum RespondWith
RespondWith constant definitions.
[102] The <RespondWith>
element in a request specifies one or more
URI values that SHOULD resolve to data elements provided in either the
<ds:
KeyInfo
>
element or private key information.
The <RespondWith>
element SHOULD be included in requests of type
LocateRequest
, ValidateRequest
, RegisterRequest
,
ReissueRequest
, RevokeRequest
, and RecoverRequest
.
The XML Signature elements are described here for convenience. The normative
reference is the XML Digital Signature Specification.
[103] The Service SHOULD return any data elements that are resolvable
<RespondWith>
URI values and that are supported by the Service. The
Service MAY return additional data elements not requested. In particular, the
service MAY return data elements specified in the request with the response.
[104] RespondWith values are specified as anyURIs.
[104a] (In the table below, * stands for one or more.).
Enum Constant Summary | |
---|---|
KEYNAME
<ds:KeyName> Key name. |
|
KEYVALUE
<ds:KeyValue> Public key parameters. |
|
PGP
<ds:PGPData> PGP key signing data. |
|
PGPWEB
<ds:PGPData> * Collection of PGP key signing data. |
|
PRIVATE_KEY
Request that the encrypted private key be returned in the response. |
|
RETRIEVAL_METHOD
<ds:RetrievalMethod> Retrieval Method data. |
|
SPKI
<ds:SPKIData> * SPKI key signing. |
|
X509CERT
<ds:X509Data> X509 Certificate v3 that authenticates the specified
key. |
|
X509CHAIN
<ds:X509Data> * X509 Certificate v3 chain that authenticates the
specified key. |
|
X509CRL
<ds:X509Data> X509 Certificate Revocation List v2. |
Method Summary | |
---|---|
String |
toString()
returns the String representation of this enum constant, including the namespace. |
static RespondWith |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RespondWith[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RespondWith KEYNAME
<ds:KeyName>
Key name.
public static final RespondWith KEYVALUE
<ds:KeyValue>
Public key parameters.
public static final RespondWith X509CERT
<ds:X509Data>
X509 Certificate v3 that authenticates the specified
key.
public static final RespondWith X509CHAIN
<ds:X509Data>
* X509 Certificate v3 chain that authenticates the
specified key. Note that no ordering is implied in the returned
certificates.
public static final RespondWith X509CRL
<ds:X509Data>
X509 Certificate Revocation List v2.
public static final RespondWith RETRIEVAL_METHOD
<ds:RetrievalMethod>
Retrieval Method data.
public static final RespondWith PGP
<ds:PGPData>
PGP key signing data.
public static final RespondWith PGPWEB
<ds:PGPData>
* Collection of PGP key signing data.
public static final RespondWith SPKI
<ds:SPKIData>
* SPKI key signing.
public static final RespondWith PRIVATE_KEY
Method Detail |
---|
public static RespondWith[] values()
for (RespondWith c : RespondWith.values()) System.out.println(c);
public static RespondWith valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RespondWith>
String
representation including the namespace.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |