| | |
Constant | Details | Used by the functions |
---|
saDSA_SHA_160 | Signature method: DSA encryption algorithm and SHA 160 hash algorithm. | xmlSignature variable |
saECDSA_SHA_224 | Signature method: ECDSA encryption algorithm and SHA 224 hash algorithm. | xmlSignature variable |
saECDSA_SHA_256 | Signature method: ECDSA encryption algorithm and SHA 256 hash algorithm. | xmlSignature variable |
saECDSA_SHA_384 | Signature method: ECDSA encryption algorithm and SHA 384 hash algorithm. | xmlSignature variable |
saECDSA_SHA_512 | Signature method: ECDSA encryption algorithm and SHA 512 hash algorithm. | xmlSignature variable |
saRSA_SHA_160 | Signature method: RSA encryption algorithm and SHA 160 hash algorithm. | xmlSignature variable |
saRSA_SHA_256 | Signature method: RSA encryption algorithm and SHA 256 hash algorithm. | xmlSignature variable |
saRSA_SHA_384 | Signature method: RSA encryption algorithm and SHA 384 hash algorithm. | xmlSignature variable |
saRSA_SHA_512 | Signature method: RSA encryption algorithm and SHA 512 hash algorithm. | xmlSignature variable |
atNone | XML standardization (C14N) or transformation method used: no method | xmlSignature variable, xmlSignatureReference variable |
atC14N11Inclusive | XML standardization (C14N) or transformation method used: C14N11 inclusive. | xmlSignature variable, xmlSignatureReference variable |
atC14N11InclusiveWithComments | XML standardization (C14N) or transformation method used: C14N11 inclusive with comments. | xmlSignature variable, xmlSignatureReference variable |
atC14NExclusive | XML standardization (C14N) or transformation method used: Exclusive C14N method. | xmlSignature variable, xmlSignatureReference variable |
atC14NExclusiveWithComments | XML standardization (C14N) or transformation method used: Exclusive C14N method with comments. | xmlSignature variable, xmlSignatureReference variable |
atC14NInclusive | XML standardization (C14N) or transformation method used: C14N inclusive. | xmlSignature variable, xmlSignatureReference variable |
atC14NInclusiveWithComments | XML standardization (C14N) or transformation method used: C14N inclusive with comments. | xmlSignature variable, xmlSignatureReference variable |
atEnveloped | Processing method used: Envelope processing. | xmlSignatureReference variable |
tfcBinary | Encoding type of file used for signature: binary encoding | xmlSignature variable, variable of type xmlSignatureVerification |
tfcDER | Encoding type of file used for signature: DER (Distinguished Encoding Rule) encoding. | xmlSignature variable, variable of type xmlSignatureVerification |
tfcPEM | Encoding type of file used for signature: PEM-type encoding | xmlSignature variable, variable of type xmlSignatureVerification |
tfcPKCS12 | Encoding type of file used for signature: PKCS12-type encoding | xmlSignature variable, variable of type xmlSignatureVerification |
tfcPKCS8DER | Encoding type of file used for signature: PKCS8 DER type encoding | xmlSignature variable, variable of type xmlSignatureVerification |
tfcPKCS8PEM | Encoding type of file used for signature: PKCS8 PEM encoding. | xmlSignature variable, variable of type xmlSignatureVerification |