第1题:
Certificates are(16)documents attesting to the(17)of a public key to an individual or other entity. They allow verification of the claim that a given public key does in fact belong to a given individual. Certificates help prevent someone from using a phony key to(18)someone else. In their simplest form, Certificates contain a public key and a name. As commonly used, a certificate also contains an(19)date, the name of the CA that issued the certificate, a serial number, and perhaps other information. Most importantly, it contains the digital(20)of the certificate issuer. The most widely accepted format for certificates is X.509, thus, Certificates can be read or written by any application complying with X.509.
A.text
B.data
C.digital
D.structured
第2题:
第3题:
第4题:
第5题:
第6题:
Which statement is true about a certificate authority?()
第7题:
PKI是()。
第8题:
public class Key { private long id1; private long 1d2; // class Key methods } A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key?()
第9题:
PKI的全称是()。
第10题:
Public class getClass()
Public Object getSource()
Public Component getSource()
Public Component getTarget()
Public Component getComponent()
Public Component getTargetComponent()
第11题:
used to verify the identity of the peer
used between the initiator and the responder to establish a basic security policy
used to establish a symmetric shared key via a public key exchange process
used for asymmetric public key encryption
第12题:
In the DH key exchange process, the session key is never passed across the network.
In the DH key exchange process, the public and private keys are mathematically related using the DH algorithm.
In the DH key exchange process, the session key is passed across the network to the peer for confirmation.
In the DH key exchange process, the public and private keys are not mathematically related, ensuring higher security
第13题:
Symmetric, or private-key, encryption is based on a secret key that is shared by both communcating parties. The ( ) party uses the secret key as part of the mathematical operation to encrypt ( ) text to cipher text. The receiving party uses the same secret key to decrypt the cipher text to plain text. Asymmetric, or public-key, encryption uses two different keys for each user: one is a ( ) key known only to this one user; the other is a corresponding public key, which is accessible to anyone. The private and public keys are mathematically related by the encryption algorithm. One key ia used for encyption and the other for decryption, depending on the nature of the communication service being implemented. In addition, public key encryption technoligies allow digital ( ) to be placed on messages. A digital signature uses the sender&39;s private key to encrypt some portion of the message. When the message is received, the receiver uses the sender&39;s ( ) key tp decipher the digital signature to verify the sender&39;s identity.
A.host B.terminal C.sending D.receiving A.plain B.cipher C.public D.private A.plain B.cipher C.public D.private A.interpretation B.signatures C.encryption D.decryption A.plain B.cipher C.public D.private
第14题:
第15题:
第16题:
第17题:
For a router to obtain a certificate from a CA, what is the first stepof the certificate enrollment process?()
第18题:
public class Person { private name; public Person(String name) { this.name = name; } public int hashCode() { return 420; } } Which is true?()
第19题:
Given an ActionEvent, which method allows you to identify the affected Component?()
第20题:
Which two statements about the Diffie-Hellman (DH) key exchange process are correct?()
第21题:
PKI是()。
第22题:
The time to find the value from HashMap with a Person key depends on the size of the map.
Deleting a Person key from a HashMap will delete all map entries for all keys of typePerson.
Inserting a second Person object into a HashSet will cause the first Person object to beremoved as a duplicate.
The time to determine whether a Person object is contained in a HashSet is constant and does NOT depend on the size of the map.
第23题:
the router generates a certificate request and forwards it tothe CA
the router generates an RSA key pair
the router sends its public key to the CA
the CA sends its public key to the router
the CA verifies the identity of the router
the CA generates a certificate request and forwards it to the router
第24题:
In the DH key exchange process, the session key is never passed across the network.
In the DH key exchange process, the public and private keys are mathematically related using the DH algorithm.
In the DH key exchange process, the session key is passed across the network to the peer for confirmation.
In the DH key exchange process, the public and private keys are not mathematically related, ensuring higher security