- AbstractKeyBinding - Class in oracle.security.xmlsec.xkms
-
Abstract XKMS KeyBindingAbstractType element for use with requests and responses.
- AbstractKeyBinding(Document, String) - Constructor for class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Creates a new AbstractKeyBinding instance.
- AbstractKeyBinding(Document, String, String) - Constructor for class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Creates a new AbstractKeyBinding instance.
- AbstractKeyBinding(Element) - Constructor for class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Creates a new AbstractKeyBinding instance from the given Element node.
- addIndeterminateReason(String) - Method in class oracle.security.xmlsec.xkms.Status
-
Adds a IndeterminateReason.
- addInvalidReason(String) - Method in class oracle.security.xmlsec.xkms.Status
-
Adds a InvalidReason.
- addKeyBinding(UnverifiedKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkiss.LocateResult
-
Adds a xkms:UnverifiedKeyBinding child element to this message.
- addKeyBinding(KeyBinding) - Method in class oracle.security.xmlsec.xkms.xkiss.ValidateResult
-
Adds a xkms:KeyBinding child element to this message.
- addKeyBinding(KeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Adds a xkms:KeyBinding child element to this message.
- addKeyBinding(KeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Adds a xkms:KeyBinding child element to this message.
- addKeyBinding(KeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueResult
-
Adds a xkms:KeyBinding child element to this message.
- addKeyBinding(KeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeResult
-
Adds a xkms:KeyBinding child element to this message.
- addKeyUsage(String) - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Adds a KeyUsage code.
- addMessageExtension(Element) - Method in class oracle.security.xmlsec.xkms.Message
-
Creates a new xkms:MessageExtension element in this message's owner document, and appends it to the message element.
- addOpaqueData(byte[]) - Method in class oracle.security.xmlsec.xkms.OpaqueClientData
-
Add an OpaqueData element for this OpaqueClientData.
- addRequest(Request) - Method in class oracle.security.xmlsec.xkms.CompoundRequest
-
Add a XKMS request to this CompoundRequest instance.
- addRespondWith(String) - Method in class oracle.security.xmlsec.xkms.Request
-
Adds type of data requested to be sent in the response, as a RespondWith child element of this request.
- addResponseMechanism(String) - Method in class oracle.security.xmlsec.xkms.Request
-
Add the type of data requested to be sent in the response, as a ResponseMechanism child element of this request.
- addResult(Result) - Method in class oracle.security.xmlsec.xkms.CompoundResult
-
Add a XKMS result to this CompoundResult instance.
- addUseKeyWith(String, String) - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Adds a UseKeyWith URI.
- addValidReason(String) - Method in class oracle.security.xmlsec.xkms.Status
-
Adds a ValidReason.
- app_HTTPS_TLS - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a HTTP over TLS application.
- app_IPSEC - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a IPSEC application.
- app_PGP - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a PGP application.
- app_PKIX - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a PKIX application.
- app_SMIME - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a S/MIME application.
- app_SMTP_TLS - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a SMTP over TLS application.
- app_TLS - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a TLS application.
- app_XKMS - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a XKMS application.
- app_XKMS_profile - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
URI identifier for a profile XKMS application.
- Authentication - Class in oracle.security.xmlsec.xkms.xkrss
-
The XKMS Authentication element for use with requests and responses.
- Authentication(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Creates a new Authentication instance from the given Element node.
- Authentication(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Creates a new Authentication instance.
- Authentication(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Creates a new Authentication instance.
- generateNonce(Date, BigInteger, byte[], AlgorithmIdentifier) - Static method in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
Generate the Nonce as per the algorithm specified in Section 2.6.2 of the W3C XKMS specification.
- getAlgoID(String) - Static method in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
Algoname to algoId mapping
- getAlgoName(AlgorithmIdentifier) - Static method in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
Algoid to algoname mapping
- getAuthentication() - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Returns the xkms:Authentication child element for this message or null if none is set.
- getAuthentication() - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Returns the xkms:Authentication child element for this message or null if none is set.
- getAuthentication() - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Returns the xkms:Authentication child element for this message or null if none is set.
- getAuthentication() - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Returns the xkms:Authentication child element for this message or null if none is set.
- getD() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the Private Exponent of this RSAKeyPair.
- getDP() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the Prime Exponent of P (d mod (p-1)) of this RSAKeyPair.
- getDQ() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the Prime Exponent of Q (d mod (q-1)) of this RSAKeyPair.
- getEncryptedKeyData() - Method in class oracle.security.xmlsec.xkms.xkrss.PrivateKey
-
Returns the value of the xenc:EncryptedData for this PrivateKey element or null if none is present.
- getExponent() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the public exponent of this RSAKeyPair.
- getFailure() - Method in class oracle.security.xmlsec.xkms.StatusResult
-
Returns the value of the Failure attribute for this message or 0 if none is set.
- getID() - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Returns the Id attribute value for this KeyBinding, or null if none is set.
- getId() - Method in class oracle.security.xmlsec.xkms.Message
-
Returns the value of the Id attribute for this message, or null if none is set.
- getIndeterminateReasons() - Method in class oracle.security.xmlsec.xkms.Status
-
Returns a list of IndeterminateReason.
- getInstance(Element) - Static method in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
Instantiates a concrete Message subclass implementation to wrap the given Element.
- getInvalidReasons() - Method in class oracle.security.xmlsec.xkms.Status
-
Returns a list of InvalidReason.
- getInverseQ() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the CRT Coefficient of this RSAKeyPair.
- getKeyBinding() - Method in class oracle.security.xmlsec.xkms.xkiss.LocateRequest
-
Returns the xkms:QueryKeyBinding child element for this message or null if none is set.
- getKeyBinding() - Method in class oracle.security.xmlsec.xkms.xkiss.ValidateRequest
-
Returns the xkms:QueryKeyBinding child element for this message or null if none is set.
- getKeyBinding() - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Returns the xkms:RecoverKeyBinding child element for this message or null if none is set.
- getKeyBinding() - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Returns the xkms:PrototypeKeyBinding child element for this message or null if none is set.
- getKeyBinding() - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Returns the xkms:ReissueKeyBinding child element for this message or null if none is set.
- getKeyBinding() - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Returns the xkms:PrototypeKeyBinding child element for this message or null if none is set.
- getKeyBindingAuthentication() - Method in class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Returns the value of the KeyBindingAuthentication for this Authentication element or null if none is present.
- getKeyBindings() - Method in class oracle.security.xmlsec.xkms.xkiss.LocateResult
-
Returns a list of the xkms:UnverifiedKeyBinding child elements for this message or null if none are present.
- getKeyBindings() - Method in class oracle.security.xmlsec.xkms.xkiss.ValidateResult
-
Returns a list of the xkms:KeyBinding child elements for this message or null if none are present.
- getKeyBindings() - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Returns a list of the xkms:KeyBinding child elements for this message or null if none are present.
- getKeyBindings() - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Returns a list of the xkms:KeyBinding child elements for this message or null if none are present.
- getKeyBindings() - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueResult
-
Returns a list of the xkms:KeyBinding child elements for this message or null if none are present.
- getKeyBindings() - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeResult
-
Returns a list of the xkms:KeyBinding child elements for this message or null if none are present.
- getKeyInfo() - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Returns the dsig:KeyInfo child element for this KeyBinding, or null if none is set.
- getKeyUsages() - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Returns a list of KeyUsage values.
- getMessageExtensions() - Method in class oracle.security.xmlsec.xkms.Message
-
Returns the xkms:MessageExtension for this message, or null if none is present.
- getModulus() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the modulus of this RSAKeyPair.
- getNonce() - Method in class oracle.security.xmlsec.xkms.Message
-
Returns the Nonce attribute for this message, or null if nonce is set.
- getNotBoundAuthenticationProtocol() - Method in class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Returns the setNotBoundAuthentication Protocol attribute.
- getNotBoundAuthenticationValue() - Method in class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Returns the setNotBoundAuthentication Value attribute.
- getOpaqueClientData() - Method in class oracle.security.xmlsec.xkms.Message
-
Returns the xkms:OpaqueClientData for this message, or null if none is present.
- getOpaqueDataElements() - Method in class oracle.security.xmlsec.xkms.OpaqueClientData
-
Returns the list of the OpaqueData elements for this OpaqueClientData, or null if none is present.
- getOpaqueDatas() - Method in class oracle.security.xmlsec.xkms.OpaqueClientData
-
Returns the list of the OpaqueData bytes for this OpaqueClientData, or null if none is present.
- getOriginalRequestID() - Method in class oracle.security.xmlsec.xkms.Request
-
Returns the value of the OriginalRequestId attribute for this message or null if none is set.
- getP() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the prime P of this RSAKeyPair.
- getPending() - Method in class oracle.security.xmlsec.xkms.StatusResult
-
Returns the value of the Pending attribute for this message or 0 if none is set.
- getPendingNotificationIdentifier() - Method in class oracle.security.xmlsec.xkms.Request
-
Returns the Identifier URI attribute value of the PendingNotification element for this request message.
- getPendingNotificationMechanism() - Method in class oracle.security.xmlsec.xkms.Request
-
Returns the Mechanism URI attribute value of the PendingNotification element for this request message.
- getPrivateKey() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Get the Private Key.
- getPrivateKey() - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Returns the xkms:PrivateKey child element for this message or null if none is set.
- getPrivateKey() - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Returns the xkms:PrivateKey child element for this message or null if none is set.
- getProofOfPossession() - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Returns the xkms:ProofOfPossession child element for this message or null if none is set.
- getProofOfPossession() - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Returns the xkms:ProofOfPossession child element for this message, or null if none is set.
- getPublicKey() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Get the Public Key.
- getQ() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Returns the prime Q of this RSAKeyPair.
- getRequestID() - Method in class oracle.security.xmlsec.xkms.Result
-
Returns the value of the RequestID attribute for this message, or null if none is set.
- getRequests() - Method in class oracle.security.xmlsec.xkms.CompoundRequest
-
Returns the xkms:CompoundRequest child element for this message or null if none is set.
- getRequestSignatureBytes() - Method in class oracle.security.xmlsec.xkms.Result
-
Returns the Request Signature bytes for this message or null if none are present.
- getRequestSignatureValue() - Method in class oracle.security.xmlsec.xkms.Result
-
Returns the xkms:RequestSignatureValue element for this message or null if none are present.
- getRespondWiths() - Method in class oracle.security.xmlsec.xkms.Request
-
Returns a list of any RespondWith elements in this request message.
- getResponseID() - Method in class oracle.security.xmlsec.xkms.PendingRequest
-
Returns the value of the ResponseID attribute for this message, or null if none is set.
- getResponseLimit() - Method in class oracle.security.xmlsec.xkms.Request
-
Returns the value of the ResponseLimit attribute for this message or null if none is set.
- getResponseMechanisms() - Method in class oracle.security.xmlsec.xkms.Request
-
Returns a list of any ResponseMechanism elements in this request message.
- getResultMajor() - Method in class oracle.security.xmlsec.xkms.Result
-
Returns the value of the ResultMajor attribute for this message, or null if none is set.
- getResultMinor() - Method in class oracle.security.xmlsec.xkms.Result
-
Returns the value of the ResultMinor attribute for this message, or null if none is set.
- getResults() - Method in class oracle.security.xmlsec.xkms.CompoundResult
-
Returns the xkms:CompoundResult child element for this message or null if none is set.
- getRevocationCode() - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Returns the xkms:RevocationCode child element for this message or null if none is set.
- getRevocationCodeIdentifier() - Method in class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Returns the list of the RevocationCodeIdentifier for this KeyBinding or null if none is present.
- getService() - Method in class oracle.security.xmlsec.xkms.Message
-
Returns the value of the Service attribute for this message, or null if none is set.
- getSignature() - Method in class oracle.security.xmlsec.xkms.Message
-
Returns the dsig:Signature for this message, or null if none is present.
- getSignature() - Method in class oracle.security.xmlsec.xkms.xkrss.ProofOfPossession
-
Returns the XSSignature elemen or null if none is present.
- getStatus() - Method in class oracle.security.xmlsec.xkms.KeyBinding
-
Returns the value of the Status element for this KeyBinding or null if none is present.
- getStatusValue() - Method in class oracle.security.xmlsec.xkms.Status
-
Returns the value of the StatusValue attribute for this message, or null if none is set.
- getSuccess() - Method in class oracle.security.xmlsec.xkms.StatusResult
-
Returns the value of the Success attribute for this message or 0 if none is set.
- getTimeInstant() - Method in class oracle.security.xmlsec.xkms.QueryKeyBinding
-
Returns the Time attribute value of the TimeInstant element for this QueryKeyBinding.
- getType() - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
- getUseKeyWithApplications() - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Returns a list of UseKeyWith Application URIs.
- getUseKeyWithIdentifiers() - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Returns a list of UseKeyWith Identifier URIs.
- getValidityNotBefore() - Method in class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Returns the NotBefore attribute value of the ValidityInterval element for this KeyBinding.
- getValidityNotBefore() - Method in class oracle.security.xmlsec.xkms.UnverifiedKeyBinding
-
Returns the NotBefore attribute value of the ValidityInterval element for this KeyBinding.
- getValidityNotOnOrAfter() - Method in class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Returns the NotOnOrAfter attribute value of the ValidityInterval element for this KeyBinding.
- getValidityNotOnOrAfter() - Method in class oracle.security.xmlsec.xkms.UnverifiedKeyBinding
-
Returns the NotOnOrAfter attribute value of the ValidityInterval element for this KeyBinding.
- getValidReasons() - Method in class oracle.security.xmlsec.xkms.Status
-
Returns a list of ValidReason.
- PendingRequest - Class in oracle.security.xmlsec.xkms
-
XKMS request message to retrieve the result of a previous request for which result code "Pending" was returned.
- PendingRequest(Element) - Constructor for class oracle.security.xmlsec.xkms.PendingRequest
-
Creates a new PendingRequest instance from the given Element node.
- PendingRequest(Document) - Constructor for class oracle.security.xmlsec.xkms.PendingRequest
-
Create a new PendingRequest instance.
- PendingRequest(Document, String) - Constructor for class oracle.security.xmlsec.xkms.PendingRequest
-
Create a new PendingRequest instance.
- PendingRequest(Document, String, String) - Constructor for class oracle.security.xmlsec.xkms.PendingRequest
-
Create a new PendingRequest instance.
- pnm_HTTP - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Pending Notification Mechanism protocol URI for HTTP.
- pnm_HTTP_Identifier - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Pending Notification Mechanism identifier for HTTP.
- pnm_SMTP_Identifier - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Pending Notification Mechanism identifier for SMTP.
- pnm_SMTP_Protocol - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Pending Notification Mechanism protocol URI for SMTP.
- PrivateKey - Class in oracle.security.xmlsec.xkms.xkrss
-
The XKMS PrivateKey element for use with requests and responses.
- PrivateKey(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.PrivateKey
-
Creates a new PrivateKey instance from the given Element node.
- PrivateKey(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.PrivateKey
-
Creates a new PrivateKey instance.
- PrivateKey(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.PrivateKey
-
Creates a new PrivateKey instance.
- ProofOfPossession - Class in oracle.security.xmlsec.xkms.xkrss
-
The XKMS ProofOfPossession element for use with requests and responses.
- ProofOfPossession(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ProofOfPossession
-
Creates a new ProofOfPossession instance from the given Element node.
- ProofOfPossession(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ProofOfPossession
-
Creates a new ProofOfPossession instance.
- ProofOfPossession(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ProofOfPossession
-
Creates a new ProofOfPossession instance.
- protocol_aysnchronous - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Protocol URI for Asynchronous Processing.
- protocol_compund - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Protocol URI for Compound Requests and Responses.
- protocol_two_phase_request - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Protocol URI for Two Phase Request Processing.
- PrototypeKeyBinding - Class in oracle.security.xmlsec.xkms
-
Represents the XKMS PrototypeKeyBinding element for use with requests and responses.
- PrototypeKeyBinding(Element) - Constructor for class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Creates a new PrototypeKeyBinding instance from the given Element node.
- PrototypeKeyBinding(Document) - Constructor for class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Creates a new PrototypeKeyBinding instance.
- PrototypeKeyBinding(Document, String) - Constructor for class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Creates a new PrototypeKeyBinding instance.
- rc2_cbc - Static variable in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
The RC2 Content Encryption Algorithm in CBC mode Algorithm Identifier (1.2.840.113549.3.2).
- reasonCode_IssuerTrust - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Key Binding Status Reason Code of value of IssuerTrust.
- reasonCode_RevocationStatus - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Key Binding Status Reason Code of value of RevocationStatus.
- reasonCode_Signature - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Key Binding Status Reason Code of value of Signature.
- reasonCode_ValidityInterval - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Key Binding Status Reason Code of value of ValidityInterval.
- RecoverKeyBinding - Class in oracle.security.xmlsec.xkms.xkrss
-
The XKMS RecoverKeyBinding element for use with Recover requests and responses.
- RecoverKeyBinding(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverKeyBinding
-
Creates a new RecoverKeyBinding instance from the given Element node.
- RecoverKeyBinding(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverKeyBinding
-
Creates a new RecoverKeyBinding instance.
- RecoverKeyBinding(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverKeyBinding
-
Creates a new RecoverKeyBinding instance.
- RecoverRequest - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Recover request message.
- RecoverRequest(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Creates a new RecoverRequest instance from the given Element node.
- RecoverRequest(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Creates a new RecoverRequest instance.
- RecoverRequest(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Creates a new RecoverRequest instance.
- RecoverRequest(Document, RecoverKeyBinding) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Creates a new RecoverRequest instance.
- RecoverResult - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Recover result message.
- RecoverResult(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Creates a new RecoverResult instance from the given Element node.
- RecoverResult(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Create a new RecoverResult instance.
- RecoverResult(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Create a new RecoverResult instance.
- RegisterRequest - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Register request message.
- RegisterRequest(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Creates a new RegisterRequest instance from the given Element node.
- RegisterRequest(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Create a new RegisterRequest instance.
- RegisterRequest(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Create a new RegisterRequest instance.
- RegisterRequest(Document, PrototypeKeyBinding) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Create a new RegisterRequest instance.
- RegisterResult - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Register result message.
- RegisterResult(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Creates a new RegisterResult instance from the given Element node.
- RegisterResult(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Create a new RegisterResult instance.
- RegisterResult(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Create a new RegisterResult instance.
- ReissueKeyBinding - Class in oracle.security.xmlsec.xkms.xkrss
-
The XKMS ReissueKeyBinding element for use with Reissue requests and responses.
- ReissueKeyBinding(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueKeyBinding
-
Creates a new ReissueKeyBinding instance from the given Element node.
- ReissueKeyBinding(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueKeyBinding
-
Creates a new ReissueKeyBinding instance.
- ReissueKeyBinding(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueKeyBinding
-
Creates a new ReissueKeyBinding instance.
- ReissueRequest - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Reissue request message.
- ReissueRequest(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Creates a new ReissueRequest instance from the given Element node.
- ReissueRequest(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Create a new ReissueRequest instance.
- ReissueRequest(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Create a new ReissueRequest instance.
- ReissueRequest(Document, ReissueKeyBinding) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Create a new ReissueRequest instance.
- ReissueResult - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Register result message.
- ReissueResult(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueResult
-
Creates a new ReissueResult instance from the given Element node.
- ReissueResult(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueResult
-
Creates a new ReissueResult instance.
- ReissueResult(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.ReissueResult
-
Creates a new ReissueResult instance.
- removeChildren(String, String) - Method in class oracle.security.xmlsec.xkms.Message
-
Removes any child elements with the given tag name.
- removeChildren(Element, String, String) - Static method in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
Removes any child elements with the given tag name.
- Request - Class in oracle.security.xmlsec.xkms
-
Abstract base class for XKMS request messages.
- Request(Element) - Constructor for class oracle.security.xmlsec.xkms.Request
-
Creates a new Request instance.
- Request(Document, String) - Constructor for class oracle.security.xmlsec.xkms.Request
-
Creates a new Request instance.
- Request(Document, String, String) - Constructor for class oracle.security.xmlsec.xkms.Request
-
Creates a new Request instance.
- respondWith_KeyName - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of KeyName.
- respondWith_KeyValue - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of KeyValue.
- respondWith_PGP - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of PGP.
- respondWith_PGPWeb - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of PGPWeb.
- respondWith_PrivateKey - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI of PrivateKey.
- respondWith_RetrievalMethod - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of RetrievalMethod.
- respondWith_SPKI - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of SPKI.
- respondWith_X509Cert - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of X509Cert.
- respondWith_X509Chain - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of X509Chain.
- respondWith_X509CRL - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Respond With URI value of X509CRL.
- responseMechanism_Pending - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Response Mechanism URI value of Pending.
- responseMechanism_Represent - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Response Mechanism URI value of Represent.
- responseMechanism_RequestSignatureValue - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Response Mechanism URI value of RequestSignatureValue.
- Result - Class in oracle.security.xmlsec.xkms
-
Abstract base class for XKMS result messages.
- Result(Element) - Constructor for class oracle.security.xmlsec.xkms.Result
-
Creates a new Result instance.
- Result(Document) - Constructor for class oracle.security.xmlsec.xkms.Result
-
Creates a new Result instance.
- Result(Document, String) - Constructor for class oracle.security.xmlsec.xkms.Result
-
Creates a new Result instance.
- Result(Document, String, String) - Constructor for class oracle.security.xmlsec.xkms.Result
-
Creates a new Result instance.
- result_major_Pending - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Major Code of value of Pending.
- result_major_Receiver - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Major Code of value of Receiver.
- result_major_Represent - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Major Code of value of Represent.
- result_major_Sender - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Major Code of value of Sender.
- result_major_Success - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Major Code of value of Success.
- result_major_VersionMismatch - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Major Code of value of VersionMismatch.
- result_minor_Failure - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of Failure.
- result_minor_Incomplete - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of Incomplete.
- result_minor_MessageNotSupported - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of MessageNotSupported.
- result_minor_NoAuthentication - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of NoAuthentication.
- result_minor_NoMatch - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of NoMatch.
- result_minor_NotSynchronous - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of NotSynchronous.
- result_minor_OptionalElementNotSupported - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code value of OptionalElementNotSupported.
- result_minor_ProofOfPossessionRequired - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code value of ProofOfPossessionRequired.
- result_minor_Refused - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of Refused.
- result_minor_RepresentRequired - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of RepresentRequired.
- result_minor_TimeInstantNotSupported - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code value of TimeInstantNotSupported.
- result_minor_TimeInstantOutOfRange - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code value of TimeInstantOutOfRange.
- result_minor_TooManyResponses - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of TooManyResponses.
- result_minor_UnknownResponseId - Static variable in interface oracle.security.xmlsec.xkms.util.XKMSURI
-
Result Minor Code of value of UnknownResponseId.
- RevokeKeyBinding - Class in oracle.security.xmlsec.xkms.xkrss
-
The XKMS RevokeKeyBinding element for use with Revoke requests and responses.
- RevokeKeyBinding(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeKeyBinding
-
Creates a new RevokeKeyBinding instance from the given Element node.
- RevokeKeyBinding(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeKeyBinding
-
Creates a new RevokeKeyBinding instance.
- RevokeKeyBinding(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeKeyBinding
-
Creates a new RevokeKeyBinding instance.
- RevokeRequest - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Revoke request message.
- RevokeRequest(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Creates a new RevokeRequest instance from the given Element node.
- RevokeRequest(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Creates a new RevokeRequest instance.
- RevokeRequest(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Creates a new RevokeRequest instance.
- RevokeRequest(Document, RevokeKeyBinding) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Creates a new RevokeRequest instance.
- RevokeResult - Class in oracle.security.xmlsec.xkms.xkrss
-
The X-KRSS Revoke result message.
- RevokeResult(Element) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeResult
-
Creates a new RevokeResult instance from the given Element node.
- RevokeResult(Document) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeResult
-
Creates a new RevokeResult instance.
- RevokeResult(Document, String) - Constructor for class oracle.security.xmlsec.xkms.xkrss.RevokeResult
-
Creates a new RevokeResult instance.
- rsaEncryption - Static variable in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
The RSA Signature Algorithm Identifier (1.2.840.113549.1.1.1).
- RSAKeyPair - Class in oracle.security.xmlsec.xkms
-
XKMS KeyValue class for RSA keys.
- RSAKeyPair(Element) - Constructor for class oracle.security.xmlsec.xkms.RSAKeyPair
-
Creates a new RSAKeyPair instance from the given Element node.
- RSAKeyPair(Element, String) - Constructor for class oracle.security.xmlsec.xkms.RSAKeyPair
-
Creates a new RSAKeyPair instance from the given Element node.
- RSAKeyPair(Document) - Constructor for class oracle.security.xmlsec.xkms.RSAKeyPair
-
Creates a new RSAKeyPair instance.
- RSAKeyPair(Document, KeyPair) - Constructor for class oracle.security.xmlsec.xkms.RSAKeyPair
-
Creates a new RSAKeyPair instance.
- RSAKeyPair(Document, RSAPrivateCrtKey, RSAPublicKey) - Constructor for class oracle.security.xmlsec.xkms.RSAKeyPair
-
Creates a new RSAKeyPair instance.
- secretString2Bytes(String) - Static method in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
Convert the shared secret to bytes as per section 8.1 of the XKMS specification.
- setAuthentication(Authentication) - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Sets the xkms:Authentication child element for this message.
- setAuthentication(Authentication) - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Sets the xkms:Authentication child element for this message.
- setAuthentication(Authentication) - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Sets the xkms:Authentication child element for this message.
- setAuthentication(Authentication) - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Sets the xkms:Authentication child element for this message.
- setD(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the Private Exponent element of this RSAKeyPair, replacing any existing Private Exponent element.
- setDP(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the Prime Exponent of P (d mod (p-1)).- DQ element of this RSAKeyPair, replacing any existing DQ element.
- setDQ(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the Prime Exponent of Q (d mod (q-1)).- DQ element of this RSAKeyPair, replacing any existing DQ element.
- setEncryptedKeyData(XEEncryptedData) - Method in class oracle.security.xmlsec.xkms.xkrss.PrivateKey
-
Sets the PrivateKey element.
- setExponent(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the Exponent element of this RSAKeyPair, replacing any existing Exponent element.
- setFailure(int) - Method in class oracle.security.xmlsec.xkms.StatusResult
-
Sets the Failure attribute for this message.
- setID(String) - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Sets the Id attribute for this KeyBinding.
- setId(String) - Method in class oracle.security.xmlsec.xkms.Message
-
Sets the Id attribute for this message.
- setInverseQ(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the CRT Coefficient element of this RSAKeyPair, replacing any existing Coefficient element.
- setKeyBinding(RecoverKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverRequest
-
Sets the xkms:RecoverKeyBinding child element for this message.
- setKeyBinding(PrototypeKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Sets the xkms:PrototypeKeyBinding child element for this message.
- setKeyBinding(ReissueKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Sets the xkms:KeyBinding child element for this message.
- setKeyBinding(RevokeKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Sets the xkms:RevokeKeyBinding child element for this message.
- setKeyBindingAuthentication(XSSignature) - Method in class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Sets the KeyBindingAuthentication element for this Authentication.
- setKeyInfo(XSKeyInfo) - Method in class oracle.security.xmlsec.xkms.AbstractKeyBinding
-
Sets the dsig:KeyInfo child element for this KeyBinding.
- setModulus(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the Modulus element of this RSAKeyPair, replacing any existing Modulus element.
- setNonce(byte[]) - Method in class oracle.security.xmlsec.xkms.Message
-
Sets the Nonce attribute for this message.
- setNotBoundAuthentication(String, byte[]) - Method in class oracle.security.xmlsec.xkms.xkrss.Authentication
-
Set the setNotBoundAuthentication Element.
- setOpaqueClientData(OpaqueClientData) - Method in class oracle.security.xmlsec.xkms.Message
-
Creates a new xkms:OpaqueClientData element in this message's owner document, and appends it to the message element.
- setOriginalRequestID(String) - Method in class oracle.security.xmlsec.xkms.Request
-
Sets the OriginalRequestId attribute for this message.
- setP(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the prime P - P element of this RSAKeyPair, replacing any existing P element.
- setPending(int) - Method in class oracle.security.xmlsec.xkms.StatusResult
-
Sets the Pending attribute for this message.
- setPendingNotification(String, String) - Method in class oracle.security.xmlsec.xkms.Request
-
Sets the pending response notification information in a PendingNotification element.
- setPrivateKey(PrivateKey) - Method in class oracle.security.xmlsec.xkms.xkrss.RecoverResult
-
Sets the xkms:PrivateKey child element for this message.
- setPrivateKey(PrivateKey) - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterResult
-
Sets the xkms:PrivateKey child element for this message.
- setProofOfPossession(ProofOfPossession) - Method in class oracle.security.xmlsec.xkms.xkrss.RegisterRequest
-
Sets the xkms:ProofOfPossession child element for this message.
- setProofOfPossession(ProofOfPossession) - Method in class oracle.security.xmlsec.xkms.xkrss.ReissueRequest
-
Sets the xkms:ProofOfPossession child element for this message.
- setQ(BigInteger) - Method in class oracle.security.xmlsec.xkms.RSAKeyPair
-
Sets the prime Q - Q element of this RSAKeyPair, replacing any existing Q element.
- setQueryKeyBinding(QueryKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkiss.LocateRequest
-
Sets the xkms:QueryKeyBinding child element for this message.
- setQueryKeyBinding(QueryKeyBinding) - Method in class oracle.security.xmlsec.xkms.xkiss.ValidateRequest
-
Sets the xkms:QueryKeyBinding child element for this message.
- setRequestID(String) - Method in class oracle.security.xmlsec.xkms.Result
-
Sets the RequestId attribute for this message.
- setRequestSignatureValue(byte[], String) - Method in class oracle.security.xmlsec.xkms.Result
-
Set the RequestSignatureValue element for this message.
- setResponseID(String) - Method in class oracle.security.xmlsec.xkms.PendingRequest
-
Sets the ResponseId attribute for this message.
- setResponseLimit(BigInteger) - Method in class oracle.security.xmlsec.xkms.Request
-
Sets the ResponseLimit attribute for this message.
- setResultCode(String, String) - Method in class oracle.security.xmlsec.xkms.Result
-
Sets the ResultMajor and ResultMinor attributes for this message.
- setRevocationCode(byte[]) - Method in class oracle.security.xmlsec.xkms.xkrss.RevokeRequest
-
Sets the xkms:RevocationCode child element for this message.
- setRevocationCodeIdentifier(byte[]) - Method in class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Adds the RevocationCodeIdentifier element for this KeyBinding.
- setService(String) - Method in class oracle.security.xmlsec.xkms.Message
-
Sets the Service attribute for this message.
- setSignature(String, String, String) - Method in class oracle.security.xmlsec.xkms.Message
-
Creates a new dsig:Signature element in this message's owner document, and appends it to the message element.
- setSignature(XSSignature) - Method in class oracle.security.xmlsec.xkms.xkrss.ProofOfPossession
-
Sets the ds:signature element for this KeyBinding.
- setStatus(Status) - Method in class oracle.security.xmlsec.xkms.KeyBinding
-
Sets the Status element for this KeyBinding.
- setStatusValue(String) - Method in class oracle.security.xmlsec.xkms.Status
-
Sets the StatusValue attribute for this message.
- setSuccess(int) - Method in class oracle.security.xmlsec.xkms.StatusResult
-
Sets the success attributes for this message.
- setTimeInstant(Date) - Method in class oracle.security.xmlsec.xkms.QueryKeyBinding
-
Sets the time instant for this key binding query.
- setValidityInterval(Date, Date) - Method in class oracle.security.xmlsec.xkms.PrototypeKeyBinding
-
Sets the validity interval for this key binding assertion.
- setValidityInterval(Date, Date) - Method in class oracle.security.xmlsec.xkms.UnverifiedKeyBinding
-
Sets the validity interval for this key binding assertion.
- sha_1 - Static variable in class oracle.security.xmlsec.xkms.util.XKMSUtils
-
The SHA-1 Digest Algorithm Identifier (1.3.14.3.2.26).
- Status - Class in oracle.security.xmlsec.xkms
-
Represents the xkms:Status element.
- Status(Document) - Constructor for class oracle.security.xmlsec.xkms.Status
-
Creates a new Status instance.
- Status(Document, String) - Constructor for class oracle.security.xmlsec.xkms.Status
-
Creates a new Status instance.
- Status(Element) - Constructor for class oracle.security.xmlsec.xkms.Status
-
Creates a new Status instance from the given Element node.
- StatusRequest - Class in oracle.security.xmlsec.xkms
-
XKMS request message to retrieve the result of a previous request for which result code "Pending" was returned.
- StatusRequest(Element) - Constructor for class oracle.security.xmlsec.xkms.StatusRequest
-
Creates a new StatusRequest instance from the given Element node.
- StatusRequest(Document) - Constructor for class oracle.security.xmlsec.xkms.StatusRequest
-
Create a new StatusRequest instance.
- StatusRequest(Document, String) - Constructor for class oracle.security.xmlsec.xkms.StatusRequest
-
Create a new StatusRequest instance.
- StatusResult - Class in oracle.security.xmlsec.xkms
-
Represents the xkms:StatusResult element.
- StatusResult(Element) - Constructor for class oracle.security.xmlsec.xkms.StatusResult
-
Creates a new StatusResult instance.
- StatusResult(Document) - Constructor for class oracle.security.xmlsec.xkms.StatusResult
-
Creates a new StatusResult instance.
- StatusResult(Document, String) - Constructor for class oracle.security.xmlsec.xkms.StatusResult
-
Creates a new StatusResult instance.