Solved

Match Each Item with a Statement Below

Question 40

Matching

Match each item with a statement below:

Premises:
a set of rules for encoding ASN.1 objects into a sequence of octets
provides interfaces and classes for key specifications and algorithm parameter specifications
a language for abstractly describing messages to be exchanged over a variety of networks
provides verification of the original content of the message
provides the functionality of a cryptographic cipher for encryption and decryption
provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths
also called symmetric key encryption, since the sender and recipient use the same key for encryption/decryption
additional data added to plaintext in order to make it divisible by the cipher's block size
considered the core API set of the Java programming that is built around the java.security package and its subpackages
Responses:
Padding
Secret key encryption
java.security.cert
Message digest
JCA
ASN
Cipher class
java.security.spec
DER

Correct Answer:

a set of rules for encoding ASN.1 objects into a sequence of octets
provides interfaces and classes for key specifications and algorithm parameter specifications
a language for abstractly describing messages to be exchanged over a variety of networks
provides verification of the original content of the message
provides the functionality of a cryptographic cipher for encryption and decryption
provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths
also called symmetric key encryption, since the sender and recipient use the same key for encryption/decryption
additional data added to plaintext in order to make it divisible by the cipher's block size
considered the core API set of the Java programming that is built around the java.security package and its subpackages
Related Questions