Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright © 2024. All rights reserved.