代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/319420/13451930
cs attribute.cs
using System;
namespace Core.Services.Sdk
{
///
/// 标识该类是否支持被作为插件加载
///
[AttributeUsage(AttributeTargets.Class)]
public class PluginAttribute:System.Attribute
{
www.eeworm.com/read/152721/5667417
java attribute.java
package org.bouncycastle.asn1.pkcs;
import org.bouncycastle.asn1.*;
public class Attribute
implements DEREncodable
{
private DERObjectIdentifier attrType;
private ASN1Set attrValue
www.eeworm.com/read/152721/5667484
java attribute.java
package org.bouncycastle.asn1.cms;
import org.bouncycastle.asn1.*;
public class Attribute
implements DEREncodable
{
private DERObjectIdentifier attrType;
private ASN1Set attrValues
www.eeworm.com/read/151645/5680808
java attribute.java
package org.kxml;
/** Attribute class, used by both kDom and the pullparser. The
instances of this class are immutable. This restriction allows
manipulation aware element implementatio
www.eeworm.com/read/150432/5692416
java attribute.java
package org.kxml;
/** Attribute class, used by both kDom and the pullparser. The
instances of this class are immutable. This restriction allows
manipulation aware element implementatio
www.eeworm.com/read/150409/5692980
java attribute.java
package org.bouncycastle.asn1.pkcs;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.ASN1EncodableVector;
import org.bouncycastle.asn1.ASN1Sequence;
import org.bouncycastle.as
www.eeworm.com/read/150409/5693084
java attribute.java
package org.bouncycastle.asn1.cms;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.ASN1EncodableVector;
import org.bouncycastle.asn1.ASN1Sequence;
import org.bouncycastle.asn
www.eeworm.com/read/150409/5693150
java attribute.java
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.ASN1EncodableVector;
import org.bouncycastle.asn1.ASN1Sequence;
import org.bouncycastle.as