Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter NameType (Inline/Resource)Description
certificatesList (String/Resource)A list of certificates. These may PEM or DER encoded
cRLsList (String/Resource)A list of CRLs. These must be base 64 encoded without PEM headers and footers
entityString/ResourceThe entity certificate
entityIDStringThe entityID
keyNamesList<String>The names for the key represented by the credential.
privateKeybyte[]/ResourceThe private key ( in DER, PEM, or PEM PKCS#8 (encrypted or not) format or PEM encoded OpenSSL "traditional" format
privateKeyPasswordbyte[]The password (if any) for the private key
usageType"encryption" or "signing" 

...

Parameter NameType (Inline/Resource)Description
entityID String The entity ID
keyNames  
privatekeyInfo  
privateKeyPassword  
publicKeyInfo  
secretKeyAlgorithm  
secretKeyEncoding  
secretKeyInfo List<String>The names for the key represented by the credential.
privateKeyInfobyte[]/ResourceThe private key in DER, PEM, or PKCS#8 (encrypted or not) format or PEM encoded OpenSSL "traditional" format
privateKeyPasswordbyte[]The password (if any) for the private key
publicKeyInfobyte[]/RespourceThe public key in DER or PEM format
secretKeyAlgorithmStringThe JCA key Algorithm (AES, DES or DESede)
secretKeyEncodingStringThe way in which the secret key is encoded: "binary" (UTF8), "hex", or "base64"
secretKeyInfobyte[]/ResourceThe secret key
usageType"encryption" or "signing"