public class DefaultCMSProcessor extends Object implements org.bouncycastle.cms.CMSTypedData
Copyright (c) 2020-2024 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
| 构造器和说明 |
|---|
DefaultCMSProcessor(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
InputStream is)
有参构造
|
DefaultCMSProcessor(InputStream is)
有参构造
|
public DefaultCMSProcessor(InputStream is)
is - 输入流public DefaultCMSProcessor(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
InputStream is)
type - 内容类型is - 输入流public Object getContent()
getContent 在接口中 org.bouncycastle.cms.CMSProcessablepublic void write(OutputStream out) throws IOException
write 在接口中 org.bouncycastle.cms.CMSProcessableout - 输出流IOException - IO异常public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
getContentType 在接口中 org.bouncycastle.cms.CMSTypedDataCopyright © 2024. All rights reserved.