Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AS400CertificateUserProfileUtil.addCertificate(byte[] certificate) |
Adds the certificate to the user profile.
|
abstract void |
AS400CertificateUtil.addCertificate(byte[] certificate) |
Adds the certificate to the repository.
|
void |
AS400CertificateVldlUtil.addCertificate(byte[] certificate) |
Add the certificate to the repository.
|
boolean |
AS400CertificateVldlUtil.checkCertificate(byte[] certificate) |
Determines if the certificate is in the validation list.
|
boolean |
AS400CertificateVldlUtil.checkCertificateByHandle(byte[] certificateHandle) |
Determines if a certificate matching the handle exists in the validation list.
|
void |
AS400CertificateUserProfileUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the user profile.
|
abstract void |
AS400CertificateUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the repository.
|
void |
AS400CertificateVldlUtil.deleteCertificate(byte[] certificate) |
Deletes the certificate from the validation list.
|
void |
AS400CertificateUserProfileUtil.deleteCertificateByHandle(byte[] certificateHandle) |
Deletes the certificate matching the certificate handle from the user profile.
|
abstract void |
AS400CertificateUtil.deleteCertificateByHandle(byte[] certificatehandle) |
Deletes the certificate from the repository.
|
void |
AS400CertificateVldlUtil.deleteCertificateByHandle(byte[] certificateHandle) |
Deletes the certificate matching the certificate handle from the validation list.
|
String |
AS400CertificateUserProfileUtil.findCertificateUser(byte[] certificate) |
Returns the user profile name which contains the certificate.
|
String |
AS400CertificateUserProfileUtil.findCertificateUserByHandle(byte[] certificateHandle) |
Returns the user profile which contains the certificate with the specified handle.
|
byte[] |
AS400CertificateUtil.getCertificateHandle(byte[] certificate) |
Returns the IBM i certificate handle which uniquely identifies this certificate.
|
AS400Certificate[] |
AS400CertificateUtil.getCertificates(String userSpaceName,
int firstCertificateToReturn,
int buffSize) |
Retrieves the certificate placed in a user space by listCertificates.
|
AS400Certificate[] |
AS400CertificateUtil.getFirstCertificates(String userSpaceName,
int buffSize) |
Retrieves certificates placed in the user space by listCertificates starting at the first certificate in the user space.
|
AS400Certificate[] |
AS400CertificateUtil.getNextCertificates(int buffSize) |
Retrieves the next certificates placed in a user space by listCertificates.
|
int |
AS400CertificateUserProfileUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
List certificates which match the specified attributes.
|
abstract int |
AS400CertificateUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
Returns certificates which match the specified attributes in the specified existing user space.
|
int |
AS400CertificateVldlUtil.listCertificates(AS400CertificateAttribute[] certificateAttributes,
String userSpaceName) |
Lists certificates which match the specified attributes are copied from the validation list into the specified user space.
|
Copyright © 2024. All rights reserved.