All Downloads are FREE. Search and download functionalities are using the official Maven repository.

teservices.messages.certservice-messages-jakarta.2408.1.source-code.pkimessages_examplerequest.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<PKIMessage version="1.0" ID="12345678-1234-4123-8899-123456789012"
	xmlns="http://certificateservices.org/xsd/pkimessages1_0" 
	xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://certificateservices.org/xsd/pkimessages1_0 pkimessages_schema.xsd">
	<name>SEC-024-A</name>
	<sourceId>PIE1</sourceId>
	<destinationId>CA1</destinationId>
	<organisation>vccdev</organisation>
	<payload>
      	<issueTokenCredentialsRequest>
			<tokenRequest>
				<credentialRequests>
					<credentialRequest>
					    <credentialRequestId>1</credentialRequestId>
						<credentialType>X509Certificate</credentialType>
						<credentialSubType>VehicleCert</credentialSubType>
						<x509RequestType>PKCS10</x509RequestType>
						<credentialRequestData>MA==</credentialRequestData>
					</credentialRequest>
				</credentialRequests>				
				<user>ABCDE1234</user>
				<userDisplayName>SomeDisplayName</userDisplayName>
				<tokenContainer>PKCS12</tokenContainer>
				<tokenType>VEHICLECERT</tokenType>
				<tokenClass>ORDINARY</tokenClass>
			</tokenRequest>
		</issueTokenCredentialsRequest>
	</payload>
	<ds:Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
		<SignedInfo>
			<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
			<SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />
			<Reference URI="#e50a362b-223c-4f0a-ae80-b1a1fb168753">
				<DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
				<DigestValue>MA==</DigestValue>
			</Reference>
		</SignedInfo>
		<SignatureValue>
			MA==
		</SignatureValue>
		<KeyInfo>
			<X509Data>
				<X509Certificate>MA==</X509Certificate>
			</X509Data>
		</KeyInfo>
	</ds:Signature>
</PKIMessage>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy